@nuvolo/eslint-config

ESLint configuration for Nuvolo

Usage no npm install needed!

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

README

eslint-config

This is the standard ESLint configuration for the Nuvolo development environment.

Installation

npm i -D @nuvolo/eslint-config

Usage

//eslint configuration
{
  "extends":["@nuvolo"]
}