updated format and lint scripts and applied them
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
getKey: e => e.which || e.keyCode,
|
||||
isCtrlKey: key => key === 91 || key === 93 || key === 17
|
||||
};
|
||||
isCtrlKey: key => key === 91 || key === 93 || key === 17,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user