1.0.13 • Published 3 years ago
@athletics/eslint-config v1.0.13
@athletics/eslint-config
This configuration is designed to be used with ESLint. In order to use it in your project, first install the npm module:
npm install --save-dev @athletics/eslint-config
That will add the configuration to your package.json
. From there, extend the ESLint ruleset by adding this to your .eslintrc
file:
"extends": "@athletics"