Skip to content

Commit

Permalink
feat(eslint-plugin-experience): disable `errorOnTypeScriptSyntacticAn…
Browse files Browse the repository at this point in the history
…dSemanticIssues`
  • Loading branch information
splincode committed Jan 29, 2024
1 parent 8d84970 commit 155daaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
],
parserOptions: {
ecmaVersion: 'latest',
errorOnTypeScriptSyntacticAndSemanticIssues: true,
errorOnTypeScriptSyntacticAndSemanticIssues: false,
errorOnUnknownASTType: true,
project: base ? [base] : [],
sourceType: 'module',
Expand Down

0 comments on commit 155daaa

Please sign in to comment.