Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork557
ESLint Config for JavaScript Standard Style
License
standard/eslint-config-standard
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The ESLint config ofJavaScript Standard Style
This module is for advanced users. You probably want to usestandard
instead :)
This package exportsa flat ESLint configuration.
npm install --save-dev eslint eslint-config-standard
Exampleeslint.config.js
:
conststandard=require('eslint-config-standard')module.exports=[standard,{// your overrides here}]
The easiest way to use JavaScript Standard Style to check your code is to use thestandard
package. This comes with a globalNode command line program (standard
) that you can run or add to yournpm test
scriptto quickly check your style.
Use this in one of your projects? Include one of these badges in your readme tolet people know that your code is using the standard style.
[](http://standardjs.com)
[](http://standardjs.com)
For the full listing of rules, editor plugins, FAQs, and more, visit the mainJavaScript Standard Style repo.
MIT. Copyright (c)Feross Aboukhadijeh.
About
ESLint Config for JavaScript Standard Style
Topics
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.