Skip to content

Commit a62e95e

Browse files
vitest (#1365)
1 parent 0d1ed7d commit a62e95e

File tree

121 files changed

+3308
-2705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+3308
-2705
lines changed

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module.exports = {
1818
"prettier", // Make sure this is always the last configuration in the extends array.
1919
],
2020
plugins: ["unused-imports", "no-only-tests"],
21-
ignorePatterns: ["test/setup.js", "test/babel-register.js"],
2221
rules: {
2322
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
2423
"unused-imports/no-unused-imports": "error",

0 commit comments

Comments
 (0)