Skip to content

Commit a93d5f2

Browse files
Harsh Bajpaibajpai244
authored andcommitted
chore: add linter
1 parent a25a681 commit a93d5f2

File tree

3 files changed

+1282
-6
lines changed

3 files changed

+1282
-6
lines changed

.eslintrc.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
parser: "@typescript-eslint/parser",
3+
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
4+
plugins: ["@typescript-eslint"],
5+
env: {
6+
node: true,
7+
},
8+
rules: {
9+
},
10+
ignorePatterns: ["node_modules", "dist"],
11+
};

0 commit comments

Comments
 (0)