1.2.0 • Published 4 years ago

@droplt/eslint-config v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

ESlint shareable config for droplt.

Install

yarn add eslint @droplt/eslint-config -D

Usage

The shareable config can be configured via the eslint configuration file:

  • A .eslintrc.* file, written in YAML or JSON, with optional extensions: .yaml/.yml/.json/.js
  • A eslint.config.js file that exports an object
  • A eslintConfig key in the project's package.json file
// .eslintrc.js
module.exports = {
  extends: ['@droplt']
}
// package.json
{
  ...
  "release": {
    "extends": "@droplt"
  }
}
1.2.0

4 years ago

2.0.0

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

1.2.1

4 years ago

1.0.2

4 years ago

1.0.3-alpha.0

4 years ago

1.0.3-alpha.1

4 years ago

1.0.1

4 years ago

1.1.0

4 years ago

0.2.3

4 years ago

0.2.4

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago

0.0.5-alpha.0

4 years ago