eslint-config-vmss

1.0.12 • Public • Published

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" ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-vmss

Weekly Downloads

7

Version

1.0.12

License

UNLICENSED

Unpacked Size

4.31 kB

Total Files

7

Last publish

Collaborators

  • grigdon