* stricter linter

* Update .eslintrc.js

* Update control-points.js
This commit is contained in:
JFH
2021-05-01 15:26:36 +02:00
committed by GitHub
parent 0d2048c53d
commit a90fe20d32
77 changed files with 273 additions and 647 deletions

View File

@@ -8,7 +8,7 @@ the SVG file differently:
### Example
```js
svgEditor.setCustomHandlers({
save (win, data) {
save (_win, _data) {
// Save svg
}
});