Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 81d1968

Browse files
committed
style(*): exclude generated files in src/ngLocale from jscs check
1 parent e34909f commit 81d1968

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jscs.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"excludeFiles": ["src/ngLocale/**"],
23
"disallowKeywords": ["with"],
34
"disallowMixedSpacesAndTabs": true,
45
"disallowMultipleLineStrings": true,

0 commit comments

Comments
 (0)