mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-15 18:25:58 +01:00
rewrite clipboard handling (#689)
This commit is contained in:
@@ -7,7 +7,7 @@ const cli = new CLIEngine({});
|
||||
module.exports = {
|
||||
"*.{js,ts,tsx}": files => {
|
||||
return (
|
||||
"eslint --fix" + files.filter(file => !cli.isPathIgnored(file)).join(" ")
|
||||
"eslint --fix " + files.filter(file => !cli.isPathIgnored(file)).join(" ")
|
||||
);
|
||||
},
|
||||
"*.{css,scss,json,md,html,yml}": ["prettier --write"],
|
||||
|
||||
Reference in New Issue
Block a user