1.1.17 • Published 11 months ago
ericlint v1.1.17
ericLint
Installation
npm install --save-dev ericlint
Usage
Create a .eslintrc file under root directory
{
"extends": [
"./node_modules/ericlint"
]
}
Edit the scripts section in package.json
"scripts": {
"eslint": "eslint -c .eslintrc \"./**/*.ts\"",
}
Override
If you wish to override the typescript configuration location (default: "tsconfig.json")
{
"extends": [
"./node_modules/ericlint"
],
"parserOptions": {
"project": "tsconfig.json"
}
}
1.1.16
11 months ago
1.1.15
11 months ago
1.1.14
11 months ago
1.1.17
11 months ago
1.1.13
1 year ago
1.1.12
2 years ago
1.1.11
3 years ago
1.1.10
3 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago