Skip to content

Commit 882ece3

Browse files
Harsh Bajpaibajpai244
authored andcommitted
chore: update elintrc to not conflict with any prettier rules
1 parent 548a7f6 commit 882ece3

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
parser: "@typescript-eslint/parser",
3-
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
3+
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
44
plugins: ["@typescript-eslint"],
55
env: {
66
node: true,

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@typescript-eslint/parser": "^5.59.0",
4040
"babel-jest": "^29.4.3",
4141
"eslint": "^8.38.0",
42+
"eslint-config-prettier": "^8.8.0",
4243
"jest": "^29.4.3",
4344
"r1csfile": "0.0.45",
4445
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)