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"]
}
ESLint configuration for Nuvolo
<script type="module">
import nuvoloEslintConfig from 'https://cdn.skypack.dev/@nuvolo/eslint-config';
</script>
This is the standard ESLint configuration for the Nuvolo development environment.
npm i -D @nuvolo/eslint-config
//eslint configuration
{
"extends":["@nuvolo"]
}