Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 782fdc1

Browse files
author
Niels de Bruin
committed
Added linterOptions to ignore irrelevant files
1 parent 5b55833 commit 782fdc1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: packages/react-scripts/template/tslint.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"]
2+
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
3+
"linterOptions": {
4+
"exclude": [
5+
"config/**/*.js",
6+
"node_modules/**/*.ts"
7+
]
8+
}
39
}

0 commit comments

Comments
 (0)