@touchcastllc/eslint-config

1.0.3 • Public • Published

@touchcastllc/eslint-config

Eslint config to use in touchcastllc projects

Usage

Install:

$ yarn add -D @touchcastllc/eslint-config eslint

Add .eslintrc.json file to a repo with following content:

{
  "root": true,
  "extends": ["@touchcastllc/eslint-config"]
}

For React projects use

{
  "root": true,
  "extends": ["@touchcastllc/eslint-config/react"]
}

Overriding some rules

You can use even stricter rules locally

Add .eslint.local.json with stricter rules to your project root and to .gitignore. Put your overrides there, e.g.:

{
  "rules": {
    "unused-imports/no-unused-imports": "error"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @touchcastllc/eslint-config

Weekly Downloads

21

Version

1.0.3

License

MIT

Unpacked Size

4.05 kB

Total Files

4

Last publish

Collaborators

  • vladimir.strizhakov
  • egorsydorenko
  • llya.s
  • konstantin_gnezdilov
  • abhijithbabu
  • touchcast.devops
  • dmitry.borenko
  • serhii_kitchenkov
  • artem2520