mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-06-22 16:58:14 +02:00
refactor: remove pocketbase (#1138)
This commit is contained in:
+4
-1
@@ -3,7 +3,7 @@ require('@rushstack/eslint-patch/modern-module-resolution')
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
'extends': [
|
||||
extends: [
|
||||
'plugin:vue/vue3-essential',
|
||||
'eslint:recommended',
|
||||
'@vue/eslint-config-typescript',
|
||||
@@ -11,5 +11,8 @@ module.exports = {
|
||||
],
|
||||
parserOptions: {
|
||||
ecmaVersion: 'latest'
|
||||
},
|
||||
rules: {
|
||||
'vue/multi-word-component-names': 'off'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user