0.0.7 • Published 4 years ago

@metyis-tools/eslint-config v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago