Skip to content

Commit

Permalink
test: disable linting for now because xo chokes on the top level aw…
Browse files Browse the repository at this point in the history
…ait `await import()` statements
  • Loading branch information
gr2m committed Oct 2, 2021
1 parent 7c05697 commit c1d286b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"test/**/*.test.js"
],
"nodeArguments": [
"--loader=quibble"
"--loader=quibble",
"--no-warnings"
]
},
"bugs": {
Expand Down Expand Up @@ -101,7 +102,6 @@
"scripts": {
"codecov": "codecov -f coverage/coverage-final.json",
"lint": "xo",
"pretest": "npm run lint",
"semantic-release": "semantic-release",
"test": "c8 ava -v",
"test:ci": "c8 ava -v"
Expand Down

0 comments on commit c1d286b

Please sign in to comment.