1.0.12 • Published 3 years ago

eslint-config-vmss v1.0.12

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

vmss-eslint-config

This package provides VMS Sync's .eslintrc as an extensible shared config.

Installing

Install everything needed by the config:

npx install-peerdeps --dev eslint-config-vmss

Create a .eslintrc file in the root of your project's directory (it should live where package.json does). Your .eslintrc file should look like this:

{
  "extends": [ "vmss" ]
}

For TypeScript projects, use vmss/typescript.

{
  "extends": [ "vmss/typescript" ]
}
1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago