@nmsp/eslint-config

ESLint configuration to be used at Namespace

Usage no npm install needed!

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

README

@nmsp/eslint-config

This is an eslint configuration to be used at sb-m.

Installation

  1. Install Install eslint and @nmsp/eslint-config npm install --save-dev eslint @nmsp/eslint-config

  2. Install dependencies Because we make use of eslint-config-airbnb, you must install its dependencies by running npx install-peerdeps --dev eslint-config-airbnb

  3. eslint config Create a .eslintrc.js file that extends @nmsp. module.exports = { extends: '@nmsp' }