Skip to content

Commit

Permalink
refactor: update code with sorted imports and adding calendars
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed May 13, 2021
1 parent d988e55 commit 28395fc
Show file tree
Hide file tree
Showing 12 changed files with 625 additions and 257 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"project": "./tsconfig.json"
},
"plugins": [
"@typescript-eslint"
"@typescript-eslint",
"simple-import-sort"
],
"rules": {
"no-async-promise-executor": "off",
Expand All @@ -42,6 +43,8 @@
"prefer": "type-imports",
"disallowTypeAnnotations": false
}
]
],
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error"
}
}
Loading

0 comments on commit 28395fc

Please sign in to comment.