chore(eslint): add missing global comments
These comments tell eslint that those special variables are globally accessible Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
committed by
Erik Michelson
parent
03a7b0d3ef
commit
c84a01b4ae
@@ -1,3 +1,4 @@
|
||||
/* global CodeMirror, editor */
|
||||
const wrapSymbols = ['*', '_', '~', '^', '+', '=']
|
||||
|
||||
export function wrapTextWith (editor, cm, symbol) {
|
||||
|
||||
Reference in New Issue
Block a user