Skip to content

Commit b941611

Browse files
committed
Turn down jshint while we get feedback on this
1 parent 48d056c commit b941611

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"boss": true,
33
"curly": true,
44
"eqnull": true,
5-
"esnext": true,
5+
"esversion": 9,
66
"evil": true,
77
"futurehostile": true,
88
"globals": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"generateNativeCode": "node generate/scripts/generateNativeCode",
8080
"install": "node lifecycleScripts/preinstall && node lifecycleScripts/install",
8181
"installDebug": "BUILD_DEBUG=true npm install",
82-
"lint": "jshint lib test/tests test/utils examples lifecycleScripts",
82+
"lint": "jshint lib test/tests test/utils lifecycleScripts",
8383
"mergecov": "lcov-result-merger 'test/**/*.info' 'test/coverage/merged.lcov' && ./lcov-1.10/bin/genhtml test/coverage/merged.lcov --output-directory test/coverage/report",
8484
"mocha": "mocha --expose-gc test/runner test/tests --timeout 15000",
8585
"mochaDebug": "mocha --expose-gc --debug-brk test/runner test/tests --timeout 15000",

0 commit comments

Comments
 (0)