@sharyn/eslint-config

You can use this package as a standalone, but I recommend following the development setup tutorial to also install Babel, Flow, Jest, React, and their ESLint-related plugins.

Usage no npm install needed!

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

README

🌹 @sharyn/eslint-config

npm

You can use this package as a standalone, but I recommend following the development setup tutorial to also install Babel, Flow, Jest, React, and their ESLint-related plugins.

🌹 Install

Minimal install:

yarn add --dev @sharyn/eslint-config eslint

Add to your package.json:

"eslintConfig": {
  "extends": "@sharyn"
},

🌹 Auto-configured Modules

The following supported modules are automatically configured for ESLint if they are detected in your package.json:

See the implementation.