2.0.6 • Published 2 years ago

eslint-config-scuba-squad v2.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
2 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

2 years ago

2.0.5

3 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago