Skip to content

Commit c1d286b

Browse files
committed
test: disable linting for now because xo chokes on the top level await await import() statements
1 parent 7c05697 commit c1d286b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"test/**/*.test.js"
1010
],
1111
"nodeArguments": [
12-
"--loader=quibble"
12+
"--loader=quibble",
13+
"--no-warnings"
1314
]
1415
},
1516
"bugs": {
@@ -101,7 +102,6 @@
101102
"scripts": {
102103
"codecov": "codecov -f coverage/coverage-final.json",
103104
"lint": "xo",
104-
"pretest": "npm run lint",
105105
"semantic-release": "semantic-release",
106106
"test": "c8 ava -v",
107107
"test:ci": "c8 ava -v"

0 commit comments

Comments
 (0)