ESLint Config
Extendable ESLint configuration for TypeScript projects.
Install
$ yarn add --dev eslint-config-xt
Usage
Modify your ESLint config as follows:
{
"name": "my-node-project",
"eslintConfig": {
"extends": "xt"
}
}
Extendable ESLint configuration for TypeScript projects.
$ yarn add --dev eslint-config-xt
Modify your ESLint config as follows:
{
"name": "my-node-project",
"eslintConfig": {
"extends": "xt"
}
}
npm i eslint-config-xt
0
1.8.0
ISC
3.48 kB
3