X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.eslintrc.js;h=523f20f8c389d47b15b3b45d5072bad47e31c507;hb=c4424e52e4924efa5eef704cb5dcb82f2760e0da;hp=0188819b8ba2b84d174ae01561cfbc6e8340724a;hpb=2ab815450d7de12d7d63c46f6192aae2eb6e9b36;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 0188819b..523f20f8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -128,7 +128,6 @@ module.exports = defineConfig({ '@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' } },