Skip to content

Commit

Permalink
Update ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Jun 20, 2024
1 parent 7772b81 commit 9b9f379
Show file tree
Hide file tree
Showing 5 changed files with 374 additions and 431 deletions.
12 changes: 6 additions & 6 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview",
"build-only": "vite build",
"test": "echo \"At the moment there are no tests for the 'client' package …\"",
"type-check": "vue-tsc --noEmit",
"type-check": "vue-tsc",
"lint": "prettier --check 'src/**/*.(ts|vue)' && eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"lintfix": "prettier 'src/**/*.(ts|vue)' --write && eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
Expand All @@ -31,18 +31,18 @@
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@rushstack/eslint-patch": "^1.1.4",
"@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node20": "^20.1.4",
"@types/bootstrap": "^5.2.10",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.6",
"@unhead/vue": "^1.1.26",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.36.0",
"eslint-plugin-vue": "^9.9.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.26.0",
"sass": "^1.59.2",
"typescript": "^5.0.4",
"unplugin-fonts": "^1.0.3",
Expand Down
3 changes: 2 additions & 1 deletion client/tsconfig.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"]
"types": ["node"],
"noEmit": false
}
}
Loading

0 comments on commit 9b9f379

Please sign in to comment.