https://github.com/thoughtbit/eslint-config-base
:package: ThoughtBit for eslint config
https://github.com/thoughtbit/eslint-config-base
eslint eslint-config eslintconfig
Last synced: about 1 month ago
JSON representation
:package: ThoughtBit for eslint config
- Host: GitHub
- URL: https://github.com/thoughtbit/eslint-config-base
- Owner: thoughtbit
- Created: 2017-10-13T14:38:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T13:54:18.000Z (almost 8 years ago)
- Last Synced: 2025-04-02T03:33:22.150Z (about 1 year ago)
- Topics: eslint, eslint-config, eslintconfig
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# eslint-config
ThoughtBit config for ESLint
## Package contents
`@thoughtbit` basic rules
`@thoughtbit/eslint-config/browser` browser rules and environment
`@thoughtbit/eslint-config/es6` ES6 rules and environment, including [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import)
`@thoughtbit/eslint-config/node` Node.js rules and environment
`@thoughtbit/eslint-config/react` rules for [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react)
`@thoughtbit/eslint-config/angular` rules for [eslint-plugin-angular](https://github.com/Gillespie59/eslint-plugin-angular)
`@thoughtbit/eslint-config/vue` rules for [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)
`@thoughtbit/eslint-config/test` mocha, chai, sinon rules and environment, including [eslint-plugin-bdd](https://github.com/Nate-Wilkins/eslint-plugin-bdd)
## Usage example
```json
{
"parser": "babel-eslint",
"extends": [
"@thoughtbit",
"@thoughtbit/eslint-config/browser",
"@thoughtbit/eslint-config/es6",
"@thoughtbit/eslint-config/node",
"@thoughtbit/eslint-config/react",
"@thoughtbit/eslint-config/angular",
"@thoughtbit/eslint-config/vue",
"@thoughtbit/eslint-config/test"
]
}
```
## 参考
https://github.com/uedlinker/eslint-config-react
https://github.com/uedlinker/eslint-config-base