Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
deps(Dev): Add eslint-plugin-import version 2.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Mar 8, 2022
1 parent 9397bee commit 55ebe47
Show file tree
Hide file tree
Showing 4 changed files with 1,083 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ env:
extends:
- eslint:recommended
- plugin:@typescript-eslint/recommended
- plugin:import/recommended
- plugin:import/typescript
parser: '@typescript-eslint/parser'
parserOptions:
ecmaVersion: latest
sourceType: module
plugins:
- '@typescript-eslint'
- import
settings:
"import/resolver":
typescript: {}
rules:
indent:
- error
Expand Down
Loading

0 comments on commit 55ebe47

Please sign in to comment.