Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ec608a

Browse files
committed
drop linting from tests
1 parent 7b1b90b commit 9ec608a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"scripts": {
1212
"lint": "eslint lib",
13-
"test": "npm run lint && jasmine-node --verbose test/specs"
13+
"test": "jasmine-node --verbose test/specs"
1414
},
1515
"repository": {
1616
"type": "git",
@@ -65,7 +65,12 @@
6565
},
6666
"babel": {
6767
"presets": [
68-
"@babel/preset-env"
68+
["@babel/preset-env", {
69+
"targets": {
70+
"chrome": "58",
71+
"node": "10"
72+
}
73+
}]
6974
]
7075
},
7176
"eslintConfig": {

0 commit comments

Comments
 (0)