Skip to content

Commit

Permalink
fix(ts): rule "intent" is invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
izayl committed Sep 11, 2022
1 parent 48b8dcc commit 2ee676a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tough-pans-shout.md
@@ -0,0 +1,5 @@
---
"@izayl/eslint-config-ts": patch
---

fix(ts): rule "intent" is invalid
2 changes: 1 addition & 1 deletion packages/typescript/index.js
Expand Up @@ -7,7 +7,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
rules: {
// @note: must disable the base rule as it can report incorrect errors
intent: false,
intent: "off",
'@typescript-eslint/indent': [
'error',
2,
Expand Down

0 comments on commit 2ee676a

Please sign in to comment.