We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8728c0 commit fe2f2e1Copy full SHA for fe2f2e1
1 file changed
.jscsrc
@@ -18,5 +18,9 @@
18
"maximumLineLength": {
19
"value": 80,
20
"allowUrlComments": true
21
- }
+ },
22
+ "excludeFiles": [
23
+ "system-test/data/*",
24
+ "test/testdata/*"
25
+ ]
26
}
0 commit comments