mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2025-10-18 09:04:07 +00:00
feat: add admin frontend template
Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
15
admin-frontend/.eslintrc.cjs
Normal file
15
admin-frontend/.eslintrc.cjs
Normal file
@@ -0,0 +1,15 @@
|
||||
/* eslint-env node */
|
||||
require("@rushstack/eslint-patch/modern-module-resolution");
|
||||
|
||||
module.exports = {
|
||||
"root": true,
|
||||
"extends": [
|
||||
"plugin:vue/vue3-essential",
|
||||
"eslint:recommended",
|
||||
"@vue/eslint-config-typescript/recommended",
|
||||
"@vue/eslint-config-prettier"
|
||||
],
|
||||
"env": {
|
||||
"vue/setup-compiler-macros": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user