WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

moonwalker/pre-flight-check

Repository files navigation

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');

About

Linting, formatting and tooling for 🌔 🚶

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •