X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.eslintrc.js;h=523f20f8c389d47b15b3b45d5072bad47e31c507;hb=c4424e52e4924efa5eef704cb5dcb82f2760e0da;hp=d640b896f75606df37aff753e6b9cf833f41fb2c;hpb=219d4044243f9faf9bdf2474c3484012dfa0fb89;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index d640b896..523f20f8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -120,16 +120,15 @@ module.exports = defineConfig({ { files: ['examples/typescript/**/*.ts'], rules: { - // 'import/no-unresolved': 'off', - // '@typescript-eslint/no-unsafe-argument': 'off', + 'import/no-unresolved': 'off', + '@typescript-eslint/no-unsafe-argument': 'off', '@typescript-eslint/no-unsafe-call': 'off', - // '@typescript-eslint/no-unsafe-return': 'off', + '@typescript-eslint/no-unsafe-return': 'off', '@typescript-eslint/no-unsafe-assignment': 'off', - '@typescript-eslint/no-unsafe-member-access': 'off' - // '@typescript-eslint/no-unnecessary-type-assertion': 'off', - // '@typescript-eslint/strict-boolean-expressions': 'off', - // '@typescript-eslint/restrict-template-expressions': 'off', - // '@typescript-eslint/return-await': 'off' + '@typescript-eslint/no-unsafe-member-access': 'off', + '@typescript-eslint/no-unnecessary-type-assertion': 'off', + '@typescript-eslint/strict-boolean-expressions': 'off', + '@typescript-eslint/return-await': 'off' } }, {