@skan-io/eslint-config-base

Base eslint config for latest ecma script standards (stage-2)

Usage no npm install needed!

<script type="module">
  import skanIoEslintConfigBase from 'https://cdn.skypack.dev/@skan-io/eslint-config-base';
</script>

README

eslint-config-base

Base eslint config for latest ecma script standards (stage-2)

Usage

npm i -D @skan-io/eslint-config-base

In .eslintrc:

root: true

extends:
  - '@skan-io/eslint-config-base'

NOTE: may need to restart your editor for config to take effect