8000 fix lint warnings caused by recent ESLint configuration update by jgravois · Pull Request #5031 · sveltejs/svelte · GitHub
[go: up one dir, main page]

Skip to content

fix lint warnings caused by recent ESLint configuration update #5031

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

8000
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
instead of a custom rule, make the change upstream
  • Loading branch information
jgravois committed Jun 17, 2020
commit 52eee5ed7645547af9f6fb15762ca1185a75159e
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