diff options
| author | Igor Minar | 2014-01-30 10:51:10 -0800 |
|---|---|---|
| committer | Igor Minar | 2014-01-30 11:39:53 -0800 |
| commit | 7f4edaff6e50bdfc524e7dc70ed96663fd7dcea2 (patch) | |
| tree | fe2be224551a6554c18a7f496a9e348ad983de70 /.jscs.json | |
| parent | 6dcfccb32c79019f16a2c97ad50cbcc81f61095c (diff) | |
| download | angular.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.json | 3 |
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"] +} |
