skylabcoders-lint

Hi everyone!

Usage no npm install needed!

<script type="module">
  import skylabcodersLint from 'https://cdn.skypack.dev/skylabcoders-lint';
</script>

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!