@nonsensebb/eslint-config

Base shareable eslint config by NonsenseBB

Usage no npm install needed!

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

README

@nonsensebb/eslint-config

npm version

A shareable config by NonsenseBB

Installation

First, install eslint and other peer dependencies, if you haven't done so yet via npm:

npm install --save-dev eslint eslint-plugin-import eslint-plugin-promise

and then you can install the config:

npm install --save-dev @nonsensebb/eslint-config

Usage

If you've installed @nonsensebb/eslint-config locally within your project, just set your eslint config to:

{
  "extends": ["@nonsensebb"]
}

License