backup: Game端完整源码备份
Vue.js 3.x + Vant 移动端游戏界面 包含: 源码/配置/public资源 不含: node_modules/dist(可通过npm install+npm run build重建)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
node: true
|
||||
},
|
||||
extends: [
|
||||
"plugin:vue/vue3-essential",
|
||||
"eslint:recommended",
|
||||
"plugin:prettier/recommended"
|
||||
],
|
||||
parserOptions: {
|
||||
parser: "@babel/eslint-parser"
|
||||
},
|
||||
rules: {
|
||||
// "no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
|
||||
// "no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
|
||||
"prettier/prettier": 'off'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user