@electerious/eslint-config

ESLint configuration for my personal projects

Usage no npm install needed!

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

README

ESLint configuration

Build

Shareable ESLint configuration for my personal projects.

Install

Install this package, ESLint and the necessary plugins.

npm install --save-dev @electerious/eslint-config eslint eslint-plugin-ava eslint-plugin-import eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-unicorn

Usage

Create a file named .eslintrc.json with following contents in the root folder of your project:

{
  "extends": "@electerious/eslint-config"
}

That's it! You can override the settings by editing the .eslintrc.json file.