Skip to content

Commit

Permalink
Change eslint config to cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
PapiOphidian committed Jul 7, 2024
1 parent c0b78f3 commit 310edbb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint .",
"lint": "eslint . -c eslint.config.cjs",
"build": "node prebuild.js && tsc -p ./server-tsconfig.json",
"postinstall": "npm run build"
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"create-release": "node ./scripts/release.js",
"auth-gen": "node ./scripts/auth-gen.js",
"dep-report": "node ./scripts/generateDependencyReport.js",
"lint": "eslint . -c eslint.config.js"
"lint": "eslint . -c eslint.config.cjs"
},
"engines": {
"node": ">=18.0.0",
Expand Down

0 comments on commit 310edbb

Please sign in to comment.