2.1.0 • Published 10 years ago
eslint-config-ta-webapp v2.1.0
eslint-config-ta-webapp
Reusable ESlint config for TA web apps.
Install
npm install eslint-config-ta-webapp --save-dev
Usage
/.eslintrc
{
"extends": "ta-webapp"
}
/test/.eslintrc
{
"extends": "ta-webapp/tests"
}
Sane overrides for testing. Like, mocha/sinon/chai globals, more liberal nesting, etc.
Support
- React
- JSX
- JSDoc
- Mocha
- ES6/7/Future
...and more