aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngLocale/.jshintrc')
-rw-r--r--src/ngLocale/.jshintrc23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ngLocale/.jshintrc b/src/ngLocale/.jshintrc
new file mode 100644
index 00000000..baa41012
--- /dev/null
+++ b/src/ngLocale/.jshintrc
@@ -0,0 +1,23 @@
+{
+ "bitwise": false, /* locale files use bitwise operators */
+ "immed": true,
+ "newcap": true,
+ "noarg": true,
+ "noempty": true,
+ "nonew": true,
+ "trailing": true,
+ "maxlen": false, /* locale files are generated from a 3rd party library that has long lines */
+ "boss": true,
+ "eqnull": true,
+ "expr": true,
+ "globalstrict": true,
+ "laxbreak": true,
+ "loopfunc": true,
+ "sub": true,
+ "undef": true,
+ "browser": true,
+ "globals": {
+ "angular": false
+ },
+ "-W041": false
+} \ No newline at end of file