-
Notifications
You must be signed in to change notification settings - Fork 6
Integrate typescript-eslint v2 as soon as becomes stable #23
Comments
Part of the update should be check new rules defaults (with or without Prettier) |
V2 has been released. vuejs/vue-eslint-parser#55 Problems root cause is still under investigation. |
Steps to execute the upgrade. .eslintrc.js
Comments about package.json Fix linting problems Vuex boilerplate export function someAction(/* context */) {
// your code
} |
Update: typescript-eslint/typescript-eslint#890 |
Problems have been solved (typescript-eslint/typescript-eslint#1083) since v2.5.0 |
Fixed by #48 |
typescript-eslint/typescript-eslint#501 (comment)
typescript-eslint v2 will be released as stable in a couple of weeks and contains some fixes for problems we noticed while moving away from TSLint
It must be updated after the release
The text was updated successfully, but these errors were encountered: