@codeconv/eslint-config-base

codeconv ESLint base config

Usage no npm install needed!

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

README

@codeconv/eslint-config-base

ESLint config based on StandardJS

Usage

Add this to your .eslintrc file:

{
  "extends": ["@codeconv/base"]
}

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.