Skip to content

Commit

Permalink
fix(eslint-config-angular): disable semantic and validation issues ch…
Browse files Browse the repository at this point in the history
…ecks (#23)

Co-authored-by: s.v.zaytsev <s.v.zaytsev@tinkoff.ru>
  • Loading branch information
MillerSvt and s.v.zaytsev committed Mar 15, 2024
1 parent e463a9b commit a89dc31
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -8,7 +8,6 @@ module.exports = {
parserOptions: {
sourceType: 'module',
errorOnUnknownASTType: true,
errorOnTypeScriptSyntacticAndSemanticIssues: true,
warnOnUnsupportedTypeScriptVersion: false,
ecmaVersion: 6,
},
Expand Down

0 comments on commit a89dc31

Please sign in to comment.