Skip to content

Commit ae1ca0c

Browse files
chore: implement linter for a localhost debugging method of the application menu (#7872)
* chore: implement linter for a localhost debugging method I constantly use * fix: fmt? * Update snapshots * Update snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b8c02ac commit ae1ca0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
]
110110
}
111111
],
112+
"no-warning-comments": ["error",{"terms":["Menu.setApplicationMenu(null)"]}],
112113
"semi": ["error", "never"],
113114
"react-hooks/exhaustive-deps": "off",
114115
"suggest-no-throw/suggest-no-throw": "error"

0 commit comments

Comments
 (0)