提交 614b4c90 编写于 作者: M Mislav Marohnić

Have test jshintrc extend project's global one

上级 31063dea
...@@ -17,5 +17,8 @@ ...@@ -17,5 +17,8 @@
"esnext": true, "esnext": true,
"eqnull": true, "eqnull": true,
"browser": true, "browser": true,
"worker": true "worker": true,
"globals": {
"JSON": false
}
} }
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"devDependencies": { "devDependencies": {
"bower": "1.3.8", "bower": "1.3.8",
"chai": "1.10.0", "chai": "1.10.0",
"jshint": "2.5.2", "jshint": "2.8.0",
"mocha-phantomjs": "3.5.2", "mocha-phantomjs": "3.5.2",
"mocha": "2.1.0", "mocha": "2.1.0",
"phantomjs": "1.9.19" "phantomjs": "1.9.19"
......
{ {
"curly": true, "extends": "../.jshintrc",
"eqeqeq": true, "es3": false,
"immed": true, "strict": false,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": true,
"undef": true,
"unused": true,
"trailing": true,
"asi": true,
"boss": true,
"esnext": true,
"sub": true, "sub": true,
"eqnull": true,
"browser": true,
"worker": true,
"globals": { "globals": {
"fetch": false, "fetch": false,
"Headers": false, "Headers": false,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册