eslint-config-mn-component

Eslint config to mn-components

Usage no npm install needed!

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

README

JS pattern for minimalist components

install

npm i eslint-config-mn-component eslint

usage

In root of your project, create a file .eslintrc and define:

{
    "extends": "mn-component"
}