eslint-config-seal

ESLint configuration for projects at SEAL Systems

Usage no npm install needed!

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

README

eslint-config-seal

ESLint configuration for projects at SEAL Systems

Installation

npm install eslint-config-seal

Quick start

Create a file with the name .eslintrc in the root directory of your project. It should contain at least the following lines:

{
  "extends": "eslint-config-seal"
}