@lbenie/linting
v1.8.64
Published
my opiniated rules
Downloads
2,426
Readme
@lbenie/linting
My personal opinionated linting configuration for eslint prettier and stylelint
Usage
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,
]
This project follows the all-contributors specification. Contributions of any kind welcome!