0.0.5 • Published 6 years ago
eslint-config-copyright-agent v0.0.5
This is common eslint config to extend from.
Prerequisites
Eslint plugin should be installed in your project
Usage
npm install eslint-config-copyright-agent --save-devor
yarn add eslint-config-copyright-agent -DUse default .eslintrc.js file and set add this package as extension:
...
"extends": [
...
"eslint-config-copyright-agent"
],
...