diff --git a/.eslintrc.js b/.eslintrc.js index ed6d110..ce1a92e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,5 +14,11 @@ module.exports = { rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', + 'prettier/prettier': [ + 'error', + { + endOfLine: 'auto', + }, + ], }, } diff --git a/.prettierrc.js b/.prettierrc.js index 0614ee7..2f44711 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -3,4 +3,5 @@ module.exports = { tabWidth: 2, semi: false, singleQuote: true, + endOfLine: 'auto', } diff --git a/src/App.vue b/src/App.vue index 3e0499c..df72cf7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,140 +1 @@ - - - - - + \ No newline at end of file