Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7e68fc9

Browse filesBrowse files
authored
Ignore linting error
Linting is complaining about the evt variable not being used: `error: 'evt' is defined but never used`
1 parent 4786a6e commit 7e68fc9
Copy full SHA for 7e68fc9

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎src/components/Sidebar/SidebarNav.vue

Copy file name to clipboardExpand all lines: src/components/Sidebar/SidebarNav.vue
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export default {
8989
}
9090
},
9191
methods: {
92+
// eslint-disable-next-line
9293
scrollHandle (evt) {
9394
// console.log(evt)
9495
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.