Commit 0edd3b1d authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

tslint: no need to use relative paths for configuration and rules.

No related merge requests found
Showing with 6 additions and 6 deletions
+6 -6
{ {
"extends": [ "extends": [
"tslint:recommended", "tslint:recommended",
"./node_modules/tslint-defocus", "tslint-defocus",
"./node_modules/rxjs-tslint-rules", "rxjs-tslint-rules",
"./node_modules/tslint-config-prettier/lib/index.json" "tslint-config-prettier"
], ],
"rulesDirectory": [ "rulesDirectory": [
"./node_modules/codelyzer", "codelyzer",
"./node_modules/tslint-defocus/dist", "tslint-defocus",
"./node_modules/tslint-plugin-prettier/rules" "tslint-plugin-prettier"
], ],
"rules": { "rules": {
"arrow-return-shorthand": true, "arrow-return-shorthand": true,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment