2.0.6 • Published 3 years ago

eslint-config-scuba-squad v2.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

eslint-config-scuba-squad

Build Status

Purpose

Provide a standard shareable extendable ESLint configuration

Installation

Via npm

npm install eslint-config-scuba-squad

Usage

install the package in your project and include an extends property in your .eslintrc file or other eslint configuration file.

{
  "env": {
    "any-env": "you want to override"
  },
  "extends": "scuba-squad",
  "rules": {
    "any-rule": "you want to override"
  }
}

Test

npm install
npm test
2.0.6

3 years ago

2.0.5

4 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

6 years ago

1.1.2

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago