eslint-config-noise-browser

0.14.0 • Public • Published

ESLint Config Noise Browser

lerna code style: prettier

An opinionated ESLint config based on the Airbnb JavaScript Style Guide for browser development.

Install

npm install --save-dev eslint eslint-config-noise eslint-config-noise-browser
npx install-peerdeps --dev eslint-config-noise

Configure

There are many ways to configure ESLint in the official documentation.

.eslintrc

{
  "extends": ["noise", "noise-browser"],
  "root": true
};

Variants

Some rules could be unnecessary or annoying in certain scenarios. These variants can be applied on top of the base config.

IE11

Need to support IE11.

.eslintrc

{
  "extends": ["noise", "noise-browser", "noise-browser/ie11"],
  "root": true
}

Package Sidebar

Install

npm i eslint-config-noise-browser

Weekly Downloads

2

Version

0.14.0

License

MIT

Unpacked Size

5.3 kB

Total Files

5

Last publish

Collaborators

  • moeriki