eslint-config-xt
v1.8.0
Published
Extendable ESLint configuration for TypeScript projects.
Readme
ESLint Config
Extendable ESLint configuration for TypeScript projects.
Install
$ yarn add --dev eslint-config-xtUsage
Modify your ESLint config as follows:
{
"name": "my-node-project",
"eslintConfig": {
"extends": "xt"
}
}