aboutsummaryrefslogtreecommitdiffstats
path: root/.jscs.json
diff options
context:
space:
mode:
authorIgor Minar2014-01-30 10:51:10 -0800
committerIgor Minar2014-01-30 11:39:53 -0800
commit7f4edaff6e50bdfc524e7dc70ed96663fd7dcea2 (patch)
treefe2be224551a6554c18a7f496a9e348ad983de70 /.jscs.json
parent6dcfccb32c79019f16a2c97ad50cbcc81f61095c (diff)
downloadangular.js-7f4edaff6e50bdfc524e7dc70ed96663fd7dcea2.tar.bz2
chore(build): add jscs code style check to our build
Closes #6062
Diffstat (limited to '.jscs.json')
-rw-r--r--.jscs.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.jscs.json b/.jscs.json
new file mode 100644
index 00000000..e2307d16
--- /dev/null
+++ b/.jscs.json
@@ -0,0 +1,3 @@
+{
+ "disallowKeywords": ["with"]
+}