Skip to content

Commit

Permalink
Bump GUI dependencies
Browse files Browse the repository at this point in the history
switch to eslint 9
  • Loading branch information
Hugo-C committed Jul 6, 2024
1 parent 7c159ed commit ecb5e95
Show file tree
Hide file tree
Showing 4 changed files with 1,118 additions and 830 deletions.
15 changes: 15 additions & 0 deletions jarm_online_gui/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import js from "@eslint/js";
import pluginVue from 'eslint-plugin-vue'

export default [
js.configs.recommended,
...pluginVue.configs['flat/recommended'],
{
files: ["**/*.js", "**/*.ts", "**/vue.js"],
ignores: [".gitignore"],
languageOptions: {
ecmaVersion: 2022,
},
rules: {}
}
]
Loading

0 comments on commit ecb5e95

Please sign in to comment.