@upmjs/eslint-config

An eslint config for upmjs packages.

Usage no npm install needed!

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

README

upmjs eslint config

An eslint config for upmjs packages.

Installation:

Install the package with:

npm i -D @upmjs/eslint-config

Setup

Extend config by adding the following to the package.json file:

  "eslintConfig": {
    "extends": "@upmjs"
  },