kontor-vue with tutorial implementation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* eslint-env node */
|
||||
module.exports = {
|
||||
"root": true,
|
||||
"extends": [
|
||||
"plugin:vue/vue3-essential",
|
||||
"eslint:recommended"
|
||||
],
|
||||
"env": {
|
||||
"vue/setup-compiler-macros": true,
|
||||
"vue/multi-word-component-names": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user