@chriseff/eslint-config

My own preferred eslint code style.

Usage no npm install needed!

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

README

chrisEff's eslint config

GitHub license npm Known Vulnerabilities

Basically just the "standard" code style with some adjusted rules here and there...

Installation

npm i -D @chriseff/eslint-config

or

yarn add -D @chriseff/eslint-config

Usage

Create a file named .eslintrc in your project, containing:

{
    "extends": "@chriseff"
}