Fix: Lint bug (Cannot read properties of undefined (reading 'getTokens'))

This commit is contained in:
Daniel Hougaard
2024-03-18 16:01:14 +01:00
parent 9002e6cb33
commit 415cf31b2d

View File

@@ -29,6 +29,8 @@ module.exports = {
},
plugins: ["react", "prettier", "simple-import-sort", "import"],
rules: {
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/lines-between-class-members": "off",
quotes: ["error", "double", { avoidEscape: true }],
"comma-dangle": ["error", "only-multiline"],
"react/react-in-jsx-scope": "off",
@@ -72,7 +74,6 @@ module.exports = {
],
"@typescript-eslint/no-non-null-assertion": "off",
"simple-import-sort/exports": "warn",
"@typescript-eslint/no-empty-function": "off",
"simple-import-sort/imports": [
"warn",
{