X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=10597e776699b03b200b20a14e1881cb28256ef5;hb=330c983e06cc9711c66fcd0f1bb419e80453c77f;hp=a5a0075e24e5f8acb9686ccf579174e97419b6ff;hpb=a35560bac09e829e1e19f88f8fd1d71a64c9d50b;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',