Skip to content

Commit

Permalink
temporary fix bug of eslint-plugin-svelte3
Browse files Browse the repository at this point in the history
  • Loading branch information
u-sho committed May 23, 2021
1 parent 8e67638 commit e72e3d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
'prefer-const': 'error'
},
settings: {
'svelte3/ignore-styles': () => true,
'svelte3/typescript': () => require('typescript')
},
parserOptions: {
Expand Down

0 comments on commit e72e3d9

Please sign in to comment.