Browse Source

优化

test
wangxy 3 years ago
parent
commit
3beeabe023
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .eslintrc.js

+ 1
- 1
.eslintrc.js View File

@ -10,6 +10,6 @@ module.exports = {
rules: {
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
"endOfLine": 0,
"endOfLine": auto,
},
};

Loading…
Cancel
Save