0.0.7 • Published 5 years ago

@metyis-tools/eslint-config v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@metyis-tools/eslint-config

Install it locally:

$ yarn add @metyis-tools/eslint-config

Then, you need to tell eslint where to find this configuration, so one way of doing it is by going to the package.json file, and add the following:

{
  "eslintConfig": {
    "extends": "@metyis-tools/eslint-config"
  },
  "eslintIgnore": [
    /** You can also set ignored files/directories here */
  ]
}

## Screenshot Example

In this case the "project": "../../../tsconfig.eslint.json" is there to tell eslint which files I want to include:

tsconfig.eslint.json:

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago