@smartlook/eslint-config-base

Smartlook ESLint base configuration

Usage no npm install needed!

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

README

@smartlook/eslint-config-base

This config should be used in all projects.

Installation

npm i -D @smartlook/eslint-config-base
// .eslintrc.js

module.exports = {
    extends: ['@smartlook/eslint-config-base'],
}

License

See LICENSE.