diff --git a/.editorconfig b/.editorconfig index b9d65148..24285327 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] indent_style = space -indent_size = 2 +indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true diff --git a/.eslintignore b/.eslintignore index 6e8c5d52..4b568dd3 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,4 +4,9 @@ /lib/builder /lib/module *.d.ts -webpack.config.js \ No newline at end of file +webpack.config.js +config +e2e +scripts +public +output diff --git a/.prettierrc.json b/.prettierrc.json index e1191ab4..74dfdb3a 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,9 +1,8 @@ { - "semi": false, - "tabWidth": 4, - "printWidth": 100, - "singleQuote": true, - "trailingComma": "es5", - "jsxBracketSameLine": true - } - \ No newline at end of file + "semi": false, + "tabWidth": 4, + "printWidth": 100, + "singleQuote": true, + "trailingComma": "es5", + "jsxBracketSameLine": true +}