We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xo
await import()
1 parent 7c05697 commit c1d286bCopy full SHA for c1d286b
1 file changed
package.json
@@ -9,7 +9,8 @@
9
"test/**/*.test.js"
10
],
11
"nodeArguments": [
12
- "--loader=quibble"
+ "--loader=quibble",
13
+ "--no-warnings"
14
]
15
},
16
"bugs": {
@@ -101,7 +102,6 @@
101
102
"scripts": {
103
"codecov": "codecov -f coverage/coverage-final.json",
104
"lint": "xo",
- "pretest": "npm run lint",
105
"semantic-release": "semantic-release",
106
"test": "c8 ava -v",
107
"test:ci": "c8 ava -v"
0 commit comments