Skip to content

Commit

Permalink
lint: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jtassin committed Jun 15, 2020
1 parent fa39b33 commit 4717bc8
Show file tree
Hide file tree
Showing 6 changed files with 740 additions and 85 deletions.
13 changes: 0 additions & 13 deletions .eslintrc.js

This file was deleted.

8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"root": true,
"parserOptions": { "project": "./tsconfig.json" },
"extends": ["@keplr/eslint-config-backend-node"],
"rules": {
"@typescript-eslint/ban-ts-comment": "off"
}
}
Loading

0 comments on commit 4717bc8

Please sign in to comment.