Skip to content

Commit

Permalink
instead of a custom rule, make the change upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jun 17, 2020
1 parent 354ab15 commit 52eee5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@ module.exports = {
'estree'
],
'svelte3/compiler': require('./compiler')
},
// workaround for https://github.com/typescript-eslint/typescript-eslint/issues/1824 and rely solely on 'indent' rule
rules: {
"@typescript-eslint/indent": "off"
}
};

0 comments on commit 52eee5e

Please sign in to comment.