mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-09 05:07:44 +02:00
dep:#64 updated frontend packages and fixed changes
This commit is contained in:
11
frontend/eslint.config.mjs
Normal file
11
frontend/eslint.config.mjs
Normal file
@@ -0,0 +1,11 @@
|
||||
import pluginVue from "eslint-plugin-vue";
|
||||
import vueTsEslintConfig from "@vue/eslint-config-typescript";
|
||||
|
||||
export default [
|
||||
...pluginVue.configs["flat/essential"],
|
||||
...vueTsEslintConfig(),
|
||||
{
|
||||
files: ["**/*.ts", "**/*.tsx", "**/*.vue", "**/*.js"],
|
||||
rules: { 'vue/multi-word-component-names': 0 },
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user