Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update eslint packages (major) #1840

Merged
merged 8 commits into from Jan 5, 2022
17 changes: 15 additions & 2 deletions .eslintrc.yml
@@ -1,13 +1,26 @@
extends:
- standard-with-typescript
- "eslint:recommended"
- "plugin:import/typescript"
- "plugin:@typescript-eslint/eslint-recommended"
- "plugin:@typescript-eslint/recommended"
- "plugin:prettier/recommended"
parser: "@typescript-eslint/parser"
parserOptions:
project: './tsconfig.json'
plugins:
- import
- node
- "@typescript-eslint"
rules:
prettier/prettier:
- error
- trailingComma: es5
singleQuote: true
semi: false
# requires strictNullChecks compiler option, produces many errors with messages objects
'@typescript-eslint/strict-boolean-expressions': off
"@typescript-eslint/strict-boolean-expressions": off
"@typescript-eslint/no-explicit-any": off
"@typescript-eslint/no-inferrable-types": off
"@typescript-eslint/no-empty-function": off
"@typescript-eslint/ban-types": off
"@typescript-eslint/no-unused-vars": off