My browser eslint config
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 @dudeofawesome/eslint-config-browser
-
Add the plugin to your
eslintrc
.extends: - '@dudeofawesome' - '@dudeofawesome/browser'
-
You might also want to specify an
ecmaVersion
.parserOptions: ecmaVersion: 2022