1.0.4 • Published 5 years ago

skylabcoders-lint v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Hi everyone!

Use this package in our projects is so simple! You just have to run:

npm install skylabcoders-lint

Once the package has been installed let's go to the package.json of you project and add the following line:

"eslintConfig": {
   "extends": "./node_modules/skylabcoders-lint/.eslintrc.yml"
 }

Doing that you will lint your react projects :)

Enjoy it!