eslint-config-ta-webapp

2.1.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i eslint-config-ta-webapp

      Weekly Downloads

      8

      Version

      2.1.0

      License

      MIT

      Last publish

      Collaborators

      • tadeploy
      • levithomason