Skip to content

Commit 364689e

Browse files
SauravMaheshkarGr1N
authored andcommitted
chore: move eslintignore to package.json
1 parent 15821dc commit 364689e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,10 @@
5151
"ts-jest": "^29.0.3",
5252
"ts-node": "^10.9.1",
5353
"typescript": "^4.9.4"
54-
}
54+
},
55+
"eslintIgnore": [
56+
"lib/",
57+
"dist/",
58+
"node_modules/"
59+
]
5560
}

0 commit comments

Comments
 (0)