Skip to content

Commit

Permalink
chore: move eslintignore to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravMaheshkar authored and Gr1N committed Apr 16, 2023
1 parent 15821dc commit 364689e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,10 @@
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
},
"eslintIgnore": [
"lib/",
"dist/",
"node_modules/"
]
}

0 comments on commit 364689e

Please sign in to comment.