mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix Linting issues
This commit is contained in:
parent
9b9bf96cfa
commit
9b926fef06
1 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
},
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"rules": {
|
||||
"semi": [2, "never"]
|
||||
"semi": [2, "never"],
|
||||
"@typescript-eslint/no-unnecessary-type-assertion": [0, "never"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue