eslint-config-mgol

ESLint config for projects written by mgol

Usage no npm install needed!

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

README

eslint-config-mgol

GitHub build version downloads MIT License

ESLint rules for my personal projects as well as some at Laboratorium EE.

Usage

Install the rules by running:

npm install --save-dev eslint eslint-config-mgol

Then add the extends to your .eslintrc.json:

{
    "extends": "mgol",
    "rules": {
        // your overrides
    }
}

LICENSE

MIT (see the LICENSE file).