fix: Fix the linting issue on master (no-changelog) (#5013)

* get rid of the "`parseForESLint` from parser `@typescript-eslint/parser` is invalid" errors

* fix the formatting issue
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2022-12-22 16:42:07 +01:00
committed by GitHub
parent 746e8487d2
commit 0333b053ee
2 changed files with 2 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ exports.sharedOptions = (tsconfigRootDir, mode) => {
const settings = {
'import/parsers': {
'@typescript-eslint/parser': isFrontend ? ['.ts', '.vue'] : ['.ts'],
'@typescript-eslint/parser': ['.ts'],
},
'import/resolver': {