diff --git a/.eslintrc.yml b/.eslintrc.yml index 900d88e4..945dda0d 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -21,6 +21,8 @@ plugins: - vue - prettier rules: + # normal + array-callback-return: warn # TypeScript "@typescript-eslint/strict-boolean-expressions": off "@typescript-eslint/consistent-type-assertions": @@ -32,5 +34,6 @@ rules: format: ["camelCase", "UPPER_CASE", "PascalCase", "snake_case"] leadingUnderscore: "allow" trailingUnderscore: "allow" + "@typescript-eslint/no-non-null-assertion": warn # Vue "vue/multi-word-component-names": off