diff --git a/.editorconfig b/.editorconfig index 922810ad7..a7062a2cc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,10 +9,6 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[gulpfile.js] -indent_style = space -indent_size = 2 - [*.yml] indent_style = space indent_size = 2 diff --git a/.eslintrc.yml b/.eslintrc.yml index 7ddb21525..9e178a92c 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -22,3 +22,5 @@ plugins: ['html'] rules: class-methods-use-this: 0 no-empty-function: 0 + complexity: [1, 10] + max-statements: [1, 30] diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index 1d9ca8c27..7db6ecae1 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -26,7 +26,7 @@ labels: 'type: bug' or ideas how to implement the addition or change --> -## Steps to Reproduce (for bugs) +## Steps to Reproduce