X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=c1e571d5fda56bf1c550cac7c0c4e78fa3712239;hb=90afa746b6ca3e64140eadc745e8d62e8ac075c8;hp=9d0d7ce4cea3efda4777c7004a459cd307f8df57;hpb=b367e9feea81752706c59c92c0b8e33d3419322b;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 9d0d7ce4..c1e571d5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -97,7 +97,6 @@ module.exports = defineConfig({ 'unlink', 'unref', 'utf8', - 'webcrypto', 'workerpool', 'ws', 'wss', @@ -122,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' } },