Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Commit

Permalink
build: enable @typescript-eslint/indent
Browse files Browse the repository at this point in the history
  • Loading branch information
knpwrs committed Feb 5, 2019
1 parent 1bd69b2 commit 9bfa291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rules:
js: never,
}]
import/named: off
'@typescript-eslint/indent': off
'@typescript-eslint/indent': [error, 2]
'@typescript-eslint/no-explicit-any': off
overrides:
- files: '**/*.test.ts'
Expand Down

0 comments on commit 9bfa291

Please sign in to comment.