mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
eslint: unused import; allow no-unused-vars on commented function
This commit is contained in:
parent
561af6ce22
commit
6c047032ea
1 changed files with 2 additions and 3 deletions
|
@ -59,7 +59,6 @@
|
|||
<script>
|
||||
|
||||
import SettingMixin from '../setting-mixin';
|
||||
import {deep_copy} from 'utilities/object';
|
||||
|
||||
let last_id = 0;
|
||||
|
||||
|
@ -114,7 +113,7 @@ export default {
|
|||
}
|
||||
},
|
||||
|
||||
handleLink(i) {
|
||||
handleLink(i) { // eslint-disable-line no-unused-vars
|
||||
//this.router.navigate('dir-game-index', {gameName: i});
|
||||
},
|
||||
|
||||
|
@ -131,4 +130,4 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue