eslint-config-lmn

LMN's eslint rules and config

Usage no npm install needed!

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

README

eslint-config-lmn

Linting rules to accompany the styleguide and transform rules.

Installation

npm install eslint-config-lmn --save-dev

Usage

Include in your .elintrc

{
  "extends": "lmn"
}