README
@bifot/eslint-config
Eslint config based on airbnb-base with a few needed rules.
Install
$ npm i @bifot/eslint-config -D
Usage
In your eslint config:
{
extends: '@bifot/eslint-config',
...
}
License
MIT.
Eslint config based on airbnb-base with a few needed rules.
<script type="module">
import bifotEslintConfig from 'https://cdn.skypack.dev/@bifot/eslint-config';
</script>
Eslint config based on airbnb-base with a few needed rules.
$ npm i @bifot/eslint-config -D
In your eslint config:
{
extends: '@bifot/eslint-config',
...
}
MIT.