@moonwalker/pre-flight-check

1.6.6 • Public • Published

pre-flight-check

npmjs renovatebot ci

Linting, formatting and tooling for 🌔 🚶

Install

npm install --dev @moonwalker/pre-flight-check

Configuration

Eslint

// eslint config (eslint.config.js)
module.exports = {
  extends: ['@moonwalker/pre-flight-check/eslint']
}

or for node:

// eslint config (eslint.config.js)
module.exports = {
  extends: ['@moonwalker/pre-flight-check/eslint-base']
}

Stylelint

// stylelint.config.js
module.exports = {
  extends: '@moonwalker/pre-flight-check/stylelint'
};

Prettier

// prettier.config.js
module.exports = require('@moonwalker/pre-flight-check/prettier');

Husky

// .huskyrc.js
module.exports = require('@moonwalker/pre-flight-check/husky');

lint-staged

// lint-staged.config.js
module.exports = require('@moonwalker/pre-flight-check/lint-staged');

Package Sidebar

Install

npm i @moonwalker/pre-flight-check

Weekly Downloads

56

Version

1.6.6

License

MIT

Unpacked Size

10.9 kB

Total Files

19

Last publish

Collaborators

  • marlun78
  • haris.moonwalker
  • vio
  • speier
  • rucsi6
  • thetinman
  • moonwalker-bot
  • myra-moonwalker
  • moonwalkergaz
  • oisinmacgiollachuda