skylabcoders-lint
v1.0.4
Published
Hi everyone!
Downloads
2
Readme
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!