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

Commit 33f1ca0

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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,

src/ngLocale/angular-locale_aa.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ $provide.value("$locale", {
110110
]
111111
},
112112
"id": "aa",
113-
"pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;}
113+
"pluralCat": function (n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); if (i == 1 && vf.v == 0) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;}
114114
});
115-
}]);
115+
}]);

0 commit comments

Comments
 (0)