0.28.0 • Published 2 years ago

eslint-config-noise v0.28.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

ESLint config noise

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

Noise base config

Plugins

Install

npm install --save-dev eslint@^8.8 eslint-config-noise eslint-plugin-import@^2.27 eslint-plugin-promise@^6.0 eslint-plugin-unicorn@^43.0

Configure

Recommended

.eslintrc

{ "extends": ["noise"] }

Extensions

Node

Plugins

Install

Make sure you have install the Noise base config.

npm install --save-dev eslint-plugin-node@^11.1

Configure

Recommended

.eslintrc

{ "extends": ["noise", "noise/node"] }
Scripts

.eslintrc

{ "extends": ["noise", "noise/node/script"] }

React

Plugins

Install

Make sure you have install the Noise base config.

npm install --save-dev eslint-plugin-jsx-a11y@^6.4 eslint-plugin-react@^7.23 eslint-plugin-react-hooks@^4.2

Configure

Recommended

.eslintrc

{ "extends": ["noise", "noise/browser", "noise/react"] }

TypeScript

Plugins

Install

Make sure you have install the Noise base config.

npm install --save-dev @typescript-eslint/eslint-plugin@^5.20 @typescript-eslint/parser@^5.20 eslint-import-resolver-typescript@^2.5

Configure

Recommended

.eslintrc

{ "extends": ["noise", "noise/typescript"] }

Vue

Plugins

Install

Make sure you have install the Noise base config.

npm install --save-dev eslint-config-prettier@^6 eslint-plugin-vue@^9.0

Configure

Recommended

.eslintrc

{ "extends": ["noise", "noise/vue", "noise/vue/ts"] }

Web-App

Many web apps are a combination of Node.js and browser directives. This presets combines much of the browser and node configs with some tweaks.

Plugins

Install

Make sure you have install the Noise base config.

npm install --save-dev eslint-plugin-node@^11.1

Configure

Recommended

.eslintrc

{ "extends": ["noise", "noise/web-app"] }

Combining multiple extensions

You can combine multiple extensions by following the install step per extension and configure them together.

.eslintrc

{ "extends": ["noise", "noise/react", "noise/typescript"] }

You can use the ESLint config overrides option to have a more structured configuration.

You can combine multiple extensions by following the install step per extension and configure them together.

.eslintrc

{
  "extends": ["noise"],
  "overrides": [
    {
      "files": ["**/*.ts"],
      "extends": ["noise/typescript"]
    },
    {
      "files": ["**/*.{jsx,tsx}"],
      "extends": ["noise/react"]
    },
    {
      "files": ["**/*.vue"],
      "extends": ["noise/vue", "noise/vue/ts"]
    },
    {
      "files": ["server/src/**"],
      "extends": ["noise/node", "noise/typescript"]
    },
    {
      "files": ["scripts/**"],
      "extends": ["noise/node", "noise/node/scripts"]
    },
    {
      "files": ["web-app/src/**"],
      "extends": ["noise/web-app"]
    }
  ]
}
0.27.0

2 years ago

0.25.2

2 years ago

0.25.1

2 years ago

0.25.0

2 years ago

0.28.0

2 years ago

0.26.0

2 years ago

0.24.0

2 years ago

0.23.0

2 years ago

0.21.0

2 years ago

0.22.0

2 years ago

0.20.1

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.19.1

2 years ago

0.17.0

2 years ago

0.18.1

2 years ago

0.16.3

2 years ago

0.18.2

2 years ago

0.18.0

2 years ago

0.16.1

3 years ago

0.16.2

2 years ago

0.16.0

3 years ago

0.15.0

3 years ago

0.14.0

3 years ago

0.13.0

3 years ago

0.12.0

3 years ago

0.11.0

3 years ago

0.10.5

4 years ago

0.10.3

4 years ago

0.10.4

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.3

4 years ago

0.8.1

4 years ago

0.8.2

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.40

4 years ago

0.0.41

4 years ago

0.0.39

4 years ago

0.0.38

4 years ago

0.0.37

4 years ago

0.0.36

4 years ago

0.0.35

4 years ago

0.0.34

4 years ago

0.0.33

4 years ago

0.0.31

4 years ago

0.0.32

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.28

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.25

4 years ago

0.0.24

4 years ago

0.0.23

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago