Skip to content

Commit

Permalink
TASK-56255: Upgrade ESLint version to use newer ECMAScript version (#92)
Browse files Browse the repository at this point in the history
Upgrade ESLint version to use newer ECMAScript version
  • Loading branch information
hakermi authored Apr 15, 2022
1 parent 7737ed6 commit 463c6dc
Show file tree
Hide file tree
Showing 12 changed files with 4,496 additions and 12,046 deletions.
6 changes: 3 additions & 3 deletions processes-webapp/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": [
"eslint-config-meedsio"
],
"globals": {
"gapi": true,
"webConferencing": true
"rules": {
"vue/no-mutating-props": "warn",
"vue/multi-word-component-names": "off"
}
}
Loading

0 comments on commit 463c6dc

Please sign in to comment.