Enabled eslint:strict
Rule enabled, discovered issues resolved. Change-Id: Ia9559dc06b54f536a2f21bce8d56b9199eaf9d5a
This commit is contained in:
parent
ace56c8dc2
commit
8d3feede67
@ -57,7 +57,6 @@
|
|||||||
"consistent-return": 0,
|
"consistent-return": 0,
|
||||||
"space-unary-ops": 0,
|
"space-unary-ops": 0,
|
||||||
"no-console": 0,
|
"no-console": 0,
|
||||||
"strict": 0,
|
|
||||||
|
|
||||||
// Stylistic
|
// Stylistic
|
||||||
"indent": [2, 4],
|
"indent": [2, 4],
|
||||||
|
@ -61,6 +61,7 @@ exports.config = {
|
|||||||
// You can specify a file containing code to run by setting onPrepare to
|
// You can specify a file containing code to run by setting onPrepare to
|
||||||
// the filename string.
|
// the filename string.
|
||||||
onPrepare: function () {
|
onPrepare: function () {
|
||||||
|
'use strict';
|
||||||
// At this point, global 'protractor' object will be set up, and jasmine
|
// At this point, global 'protractor' object will be set up, and jasmine
|
||||||
// will be available. For example, you can add a Jasmine reporter with:
|
// will be available. For example, you can add a Jasmine reporter with:
|
||||||
// jasmine.getEnv().addReporter(new jasmine.JUnitXmlReporter(
|
// jasmine.getEnv().addReporter(new jasmine.JUnitXmlReporter(
|
||||||
|
Loading…
Reference in New Issue
Block a user