eslint-config-aleen42
v1.0.7
Published
Javascript Standard Style - ESLint Shareable Config for aleen42
Downloads
7
Maintainers
Readme
Personal ESLint config files
Usage
To use this config, add this to your package.json
{
"devDependencies" : {
"eslint" : "7.4.0",
"eslint-config-aleen42" : "1.0.7"
}
}
or install manually
npm install --save-dev [email protected] [email protected]
Then, add this to your .eslintrc.yaml
file:
Using standard rules
extends: aleen42
Applying compliant rules (old IE compatible)
extends: aleen42/config/compliant.yaml
Learn more
For the full listing of rules that eslint supports, and more, visit For more information the full listing of rules, editor plugins, FAQs, and more, visit the ESLint official site.
:fuelpump: How to contribute
Have an idea? Found a bug? See how to contribute.
:scroll: License
MIT © aleen42