Skip to content

Commit

Permalink
Update linting to ESLint v9 and new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Sep 25, 2024
1 parent 20cb4e1 commit 6fae56c
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 1,188 deletions.
19 changes: 0 additions & 19 deletions .eslintrc.cjs

This file was deleted.

12 changes: 12 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import gbv from "eslint-config-gbv"
import vue from "eslint-config-gbv/vue"

export default [
...gbv,
...vue,
{
rules: {
"vue/multi-word-component-names": "off",
},
},
]
Loading

0 comments on commit 6fae56c

Please sign in to comment.