diff --git a/.eslintrc.js b/.eslintrc.js index a4bbb29..fee54af 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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, }, }; diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index cfe15a5..1e5d8bd 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -1,7 +1,7 @@