Skip to content

Commit

Permalink
Update to ESLint 9
Browse files Browse the repository at this point in the history
- Update to ESLint 9
- Added/Updated to new configuration
  • Loading branch information
lkiesow committed May 11, 2024
1 parent 4a459fe commit 719ce8c
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 165 deletions.
10 changes: 10 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import pluginVue from "eslint-plugin-vue";


export default [
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
...pluginVue.configs["flat/essential"],
];
Loading

0 comments on commit 719ce8c

Please sign in to comment.