Skip to content

Commit

Permalink
leave sdk specific rules
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Jul 18, 2023
1 parent 3df3c6d commit 93505de
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"extends": ["@iden3/eslint-config"]
}
"parserOptions": {
"project": ["tsconfig.json", "tsconfig.test.json"]
},
"extends": ["@iden3/eslint-config"],
"rules": {
"@typescript-eslint/no-floating-promises": ["error"],
"@typescript-eslint/no-non-null-assertion": "off"
},
"ignorePatterns": ["dist", "node_modules"]
}

0 comments on commit 93505de

Please sign in to comment.