Skip to content

Commit

Permalink
Disable option warnOnUnsupportedTypeScriptVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Apr 6, 2024
1 parent 14d40ae commit 9637787
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const prettier = require('./utils/prettier.js')
*/
module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
warnOnUnsupportedTypeScriptVersion: false
},
plugins: ['@typescript-eslint'],
rules: {
/**
Expand Down

0 comments on commit 9637787

Please sign in to comment.