@lbenie/linting
v1.8.214
Published
my opiniated rules
Readme
@lbenie/linting
My personal opinionated linting configuration for eslint prettier and stylelint
Usage
Inside your project install the package
npm i -D @lbenie/lintingor
yarn add -D @lbenie/lintingThen 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!
