Skip to content

Commit

Permalink
Resolving the conflicts in the package.json file and modifying the es…
Browse files Browse the repository at this point in the history
…lint.config.js file to handle the global variables
  • Loading branch information
Suyash878 committed Oct 6, 2024
1 parent cb4abc8 commit 8999d55
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 45 deletions.
10 changes: 5 additions & 5 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ export default [{
},

languageOptions: {
globals: {
...globals.node,
},

parser: tsParser,
env: {
node: true,
},
parser: tsParser,
}
,

rules: {
"no-restricted-imports": ["error", {
Expand Down
83 changes: 44 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-tsdoc": "^0.3.0",
"get-graphql-schema": "^2.1.2",
"globals": "^15.9.0",
"graphql-markdown": "^7.1.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
Expand Down

0 comments on commit 8999d55

Please sign in to comment.