diff --git a/.browserslistrc b/.browserslistrc deleted file mode 100644 index d6471a3..0000000 --- a/.browserslistrc +++ /dev/null @@ -1,2 +0,0 @@ -> 1% -last 2 versions diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..55372d2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true +max_line_length = 120 +end_of_line = lf +indent_style = space +indent_size = 4 diff --git a/.eslintrc.js b/.eslintrc.js index b85f0c5..3bc58d5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,82 +1,160 @@ module.exports = { - extends: ["plugin:vue/recommended", "plugin:prettier-vue/recommended", "prettier"], - - settings: { - "prettier-vue": { - // Settings for how to process Vue SFC Blocks - SFCBlocks: { - /** - * Use prettier to process `