- Notifications
You must be signed in to change notification settings - Fork0
SphereSoftware/eslint-config-sphere-react
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An ESLintShareable Config forJavaScript Standard Style used in SphereInc
Shareable configs are designed to work with theextends feature of.eslintrc files.You can learn more aboutShareable Configs on theofficial ESLint website.
To use the JavaScript Standard Style shareable config, first run next command. It will install pachakge and it's peer dependencies
npm install --save-dev eslint-config-sphere-react eslint-config-standard eslint-config-standard-jsx eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node eslint-plugin-react
Then, add this to your .eslintrc file:
{ "extends": "sphere-react"}Note: We omitted theeslint-config- prefix since it is automatically assumed by ESLint.
You can override settings from the shareable config by adding them directly into your.eslintrc file.
Config filename is.eslintrc.json for easier testing of file with sample code.If you want to add some rules and test them, run next commandnode_modules/.bin/eslint ./test/codeExample.js
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.
About
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.