@metyis-tools/eslint-config
v0.0.7
Published
<h2> Usage </h2>
Downloads
2
Readme
@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: