mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
ESLint rules: rules requiring minor changes (#3139)
* implemented trivial code changes necessary batch of rules Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
@ -70,7 +70,7 @@ export default {
|
||||
document.removeEventListener('click', this.hideMenu);
|
||||
},
|
||||
methods: {
|
||||
async setNotebookTypes() {
|
||||
setNotebookTypes() {
|
||||
const notebookTypes = [];
|
||||
const defaultNotebook = getDefaultNotebook();
|
||||
|
||||
|
Reference in New Issue
Block a user