0.0.5 • Published 4 years ago

eslint-config-copyright-agent v0.0.5

Weekly downloads
12
License
Unlicense
Repository
-
Last release
4 years ago

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-dev

or

yarn add eslint-config-copyright-agent -D

Use default .eslintrc.js file and set add this package as extension:

...
"extends": [
  ...
  "eslint-config-copyright-agent"
],
...

That's it