Skip to content

Commit

Permalink
fix: removed root key in eslint config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi-amao-devop committed Oct 29, 2024
1 parent a9f6b63 commit ed27057
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
rules: {
"no-async-promise-executor": "warn",
},
root: true,
parserOptions: {
ecmaVersion: "latest",
sourceType: "module",
Expand Down

0 comments on commit ed27057

Please sign in to comment.