@hokify/eslint-config

hokify eslint config

Usage no npm install needed!

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

README

hokify eslint config

with typescript supported

Usage

  1. Add this package to your devDependencies
$ npm i -D @hokify/eslint-config
  1. ensure eslint is installed
  2. Create a .eslintrc.js file
  3. Extend the config like this:
module.exports = {
    root: true,
    extends: ['@hokify']
};

notes

see https://eslint.org/docs/developer-guide/shareable-configs