7 Star 0 Fork 0

lockchen / poc_web_project

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 349 Bytes
Copy Edit Raw Blame History
huxiuwen authored 2019-08-13 18:34 . 添加项目
module.exports = {
root: true,
env: {
node: true
},
extends: ["plugin:vue/essential", "@vue/prettier"],
rules: {
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off"
},
parserOptions: {
parser: "babel-eslint"
}
};
1
https://gitee.com/love911/poc_web_project.git
git@gitee.com:love911/poc_web_project.git
love911
poc_web_project
poc_web_project
master

Search