diff --git a/tslint.json b/tslint.json index 17fdb90..a3be765 100644 --- a/tslint.json +++ b/tslint.json @@ -1,11 +1,7 @@ { - "extends": [], - "defaultSeverity": "warning", - "linterOptions": { - "exclude": [ - "config/**/*.js", - "node_modules/**/*.ts" - ] - } + "extends": [], + "defaultSeverity": "warning", + "linterOptions": { + "exclude": ["config/**/*.js", "node_modules/**/*.ts"] } - \ No newline at end of file +}