@code-style/eslint-config-esmodule
v2.0.0-32
Published
My ES Module ESLint config
Downloads
830
Maintainers
Readme
@code-style/eslint-config-esmodule
My ES Module eslint config
Usage
The easiest way to get started with this project is to use our setup script.
Install this config plugin as a dev dependency.
npm i -D @code-style/eslint-config-esmodule
Add the plugin to your ESLint config.
extends: - '@code-style/eslint-config' + - '@code-style/eslint-config-esmodule'
You'll also likely want to have some of my other ESLint configs for your environment.