-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update linting to ESLint v9 and new rules
- Loading branch information
1 parent
20cb4e1
commit 6fae56c
Showing
5 changed files
with
393 additions
and
1,188 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
}, | ||
}, | ||
] |
Oops, something went wrong.