CB-12895 : added .eslintrc files to set up jasmine environment

This commit is contained in:
Audrey So
2017-06-19 10:21:43 -07:00
parent d83d49d83b
commit ac4ac935f6
16 changed files with 25 additions and 19 deletions

12
spec/e2e/.eslintrc.yml Normal file
View File

@@ -0,0 +1,12 @@
env:
jasmine: true
root: true
extends: semistandard
rules:
indent:
- error
- 4
camelcase: off
padded-blocks: off
operator-linebreak: off
no-throw-literal: off

View File

@@ -16,7 +16,6 @@
specific language governing permissions and limitations
under the License.
*/
/* eslint-env jasmine */
var actions = require('./helpers/projectActions.js');

View File

@@ -16,7 +16,6 @@
specific language governing permissions and limitations
under the License.
*/
/* eslint-env jasmine */
var path = require('path');
var actions = require('./helpers/projectActions.js');

View File

@@ -16,7 +16,6 @@
specific language governing permissions and limitations
under the License.
*/
/* eslint-env jasmine */
var actions = require('./helpers/projectActions.js');
var shell = require('shelljs');