Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 committed May 15, 2024
1 parent 1d10b56 commit 14aafcc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
24 changes: 0 additions & 24 deletions test/typescript-node/.eslintrc.json

This file was deleted.

10 changes: 10 additions & 0 deletions test/typescript-node/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
"rules": {
"no-console": 0,
"eqeqeq":"warn",
"no-cond-assign": 0,
"no-unused-vars": 1,
"no-extra-semi": "warn",
"semi": "warn"
}
};

0 comments on commit 14aafcc

Please sign in to comment.