X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.eslintrc.js;h=10597e776699b03b200b20a14e1881cb28256ef5;hb=e06dcd52623ecb8752e09c4d53b1840843406bf4;hp=a5a0075e24e5f8acb9686ccf579174e97419b6ff;hpb=4a6952ffec2bc4dba2d73bd747c003d0fe59fe7c;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index a5a0075e..10597e77 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -7,7 +7,8 @@ module.exports = { parser: '@typescript-eslint/parser', parserOptions: { ecmaVersion: 2020, - sourceType: 'module' + sourceType: 'module', + warnOnUnsupportedTypeScriptVersion: false }, plugins: [ '@typescript-eslint',