Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Sep 15, 2024
1 parent 4f1df2d commit b1e3dc2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clientv2/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ['mantine'],
extends: ['mantine', 'prettier'],
parserOptions: {
project: './tsconfig.json',
},
Expand Down
1 change: 1 addition & 0 deletions clientv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@ungap/with-resolvers": "^0.1.0",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"eslint-config-prettier": "^9.1.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"pdfjs-dist": "^4.5.136",
Expand Down
12 changes: 12 additions & 0 deletions clientv2/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3439,6 +3439,7 @@ __metadata:
eslint-config-airbnb: "npm:19.0.4"
eslint-config-airbnb-typescript: "npm:^18.0.0"
eslint-config-mantine: "npm:^3.2.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-import: "npm:^2.29.1"
eslint-plugin-jsx-a11y: "npm:^6.9.0"
eslint-plugin-react: "npm:^7.34.3"
Expand Down Expand Up @@ -5242,6 +5243,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:^9.1.0":
version: 9.1.0
resolution: "eslint-config-prettier@npm:9.1.0"
peerDependencies:
eslint: ">=7.0.0"
bin:
eslint-config-prettier: bin/cli.js
checksum: 10c0/6d332694b36bc9ac6fdb18d3ca2f6ac42afa2ad61f0493e89226950a7091e38981b66bac2b47ba39d15b73fff2cd32c78b850a9cf9eed9ca9a96bfb2f3a2f10d
languageName: node
linkType: hard

"eslint-import-resolver-node@npm:^0.3.9":
version: 0.3.9
resolution: "eslint-import-resolver-node@npm:0.3.9"
Expand Down

0 comments on commit b1e3dc2

Please sign in to comment.