CB-12895 : updated .eslintrc file in spec dir and set jasmine true and removed root is true

This commit is contained in:
Audrey So
2017-06-19 10:57:12 -07:00
parent ac4ac935f6
commit 55d7cf3865
4 changed files with 9 additions and 32 deletions
-12
View File
@@ -1,12 +0,0 @@
env:
jasmine: true
root: true
extends: semistandard
rules:
indent:
- error
- 4
camelcase: off
padded-blocks: off
operator-linebreak: off
no-throw-literal: off