0.0.6 • Published 9 months ago

@gw2treasures/eslint-config v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@gw2treasures/eslint-config

Common ESLint configs for the GW2Treasures org.

Usage

Common (Typescript)

{
  "extends": ["@gw2treasures/eslint-config"]
}

React

Also includes the common config

{
  "extends": ["@gw2treasures/eslint-config/react"]
}

Installation

npm i -D @gw2treasures/eslint-config

License

@gw2treasures/eslint-config is licensed under the MIT License.