0.2.3 • Published 1 year ago

@v-ed/eslint-config v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

eslint-config

Shared ESLint config for my projects.

Install

npm install --save-dev @v-ed/eslint-config

Usage

.eslintrc.json

{
  "extends": ["@v-ed/eslint-config"], // or ["@v-ed"]
  "overrides": {
    ...
  }
}

OR

package.json

{
  "eslintConfig": {
    "extends": ["@v-ed/eslint-config"]
    "overrides": {
      ...
    }
  },
}
0.2.1

1 year ago

0.2.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago