X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=c1e571d5fda56bf1c550cac7c0c4e78fa3712239;hb=96f8e6b29466ced347e1a317a1864a136ed6a5ab;hp=8af594dfe56ce4605af1dcca6e5ee12477fd778f;hpb=304d379e73b2b31fbbb8f44a4c05501c36cd6c61;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 8af594df..c1e571d5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -121,10 +121,7 @@ module.exports = defineConfig({ 'standard-with-typescript' ], rules: { - '@typescript-eslint/no-inferrable-types': [ - 'error', - { ignoreProperties: true } - ], + '@typescript-eslint/non-nullable-type-assertion-style': 'off', 'tsdoc/syntax': 'warn' } },