26 Star 161 Fork 64

张超杰 / vue-run-sfc

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.eslintrc.js 387 Bytes
Copy Edit Raw Blame History
张超杰 authored 2020-09-16 22:01 . fix: 修复问题
module.exports = {
root: true,
env: {
node: true
},
extends: ["plugin:vue/essential", "eslint:recommended", "@vue/prettier"],
parserOptions: {
parser: "babel-eslint"
},
rules: {
"no-useless-escape": "off",
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off"
}
};
JavaScript
1
https://gitee.com/dream2023/vue-run-sfc.git
git@gitee.com:dream2023/vue-run-sfc.git
dream2023
vue-run-sfc
vue-run-sfc
master

Search