Skip to content

Commit

Permalink
feat(eslint-plugin): disable warning on unsupported TS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Jul 2, 2023
1 parent 0e2e198 commit 18f909f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/index.js
Expand Up @@ -34,6 +34,7 @@ module.exports = {
},
parser: "@babel/eslint-parser",
parserOptions: {
warnOnUnsupportedTypeScriptVersion: false,
requireConfigFile: false,
babelOptions: {
plugins: ["@babel/plugin-syntax-class-properties"],
Expand Down

0 comments on commit 18f909f

Please sign in to comment.