My personal opinionated linting configuration for eslint prettier and stylelint
Inside your project install the package
npm i -D @lbenie/linting
or
yarn add -D @lbenie/linting
Then create a eslint.config.js
file at the root of your project and add the following
import rules from '@lbenie/linting/eslint';
export default [
...rules,
]
Then create a stylelint.config.cjs
file at the root of your project and add the following
import rules from '@lbenie/linting/stylelint';
export default [
...rules,
]
Lucien Bénié 💻 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!