@noths/eslint-config

NotOnTheHighStreet eslint config.

Usage no npm install needed!

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

README

eslint-config

NotOnTheHighStreet eslint config.

Installation

Install package:

npm install @noths/eslint-config --save-dev

Install peer dependencies:

npm install eslint-config-airbnb eslint-config-prettier eslint-plugin-prettier eslint babel-eslint eslint-plugin-react-hooks --save-dev

Add a .eslintrc.json file to the root of your project:

{
  "extends": "@noths"
}

Add a npm task for linting:

  "lint": "eslint ."