Skip to content

Commit

Permalink
Move to well maintained node plugin aka n
Browse files Browse the repository at this point in the history
  • Loading branch information
godu committed Sep 5, 2023
1 parent 6a646cb commit 54aa234
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 230 deletions.
7 changes: 0 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
{
"files": ["test/**/*.js"],
"rules": {
"node/no-unsupported-features/es-syntax": ["error", {
"version": ">=16.3",
"ignores": ["modules"]
}],
"node/no-missing-require": ["error", {
"allowModules": ["ava"]
}]
},
"settings": {
"import/core-modules": ["ava"]
Expand Down
Loading

0 comments on commit 54aa234

Please sign in to comment.