eslint-config-vectron

Eslint config for my react projects

Usage no npm install needed!

<script type="module">
  import eslintConfigVectron from 'https://cdn.skypack.dev/eslint-config-vectron';
</script>

README

eslint-config-vectron

eslint base config for my React projects

By Vectron's kindly claw, your projects will be uniform in style.

Usage

Configure eslint to extend this package:

{
  "extends": "eslint-config-vectron",
}