Skip to content

Commit

Permalink
feat: Bump all packages to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood committed Jul 24, 2024
1 parent 09d0650 commit a76ee1e
Show file tree
Hide file tree
Showing 3 changed files with 2,194 additions and 7,432 deletions.
10 changes: 3 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"env": {
"node": true
},
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 2024,
"sourceType": "script"
},
"plugins": ["eslint-plugin", "node", "prettier"],
"plugins": ["eslint-plugin", "n", "prettier"],
"extends": [
"eslint:recommended",
"plugin:eslint-plugin/recommended",
"plugin:node/recommended",
"plugin:n/recommended",
"plugin:prettier/recommended"
],
"rules": {
Expand All @@ -25,7 +22,6 @@
],
"eslint-plugin/prefer-placeholders": "error",
"eslint-plugin/test-case-shorthand-strings": "error",
"node/no-unsupported-features": ["error", { "version": 6 }],
"prettier/prettier": "error"
}
}
Loading

0 comments on commit a76ee1e

Please sign in to comment.