@aptoma/eslint-config

Aptoma eslint configuration

Usage no npm install needed!

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

README

Build Status

@aptoma/eslint-config

Shareable ESLint config following Aptoma Standard for ES6.

Installation

$ npm install --save-dev @aptoma/eslint-config

In your ESLint configuration add:

{
  "extends": "@aptoma/eslint-config"
}