remove some non standard lint rules

This commit is contained in:
JFH
2021-01-31 23:16:43 +01:00
parent e02fddb224
commit 47c365bf2a
298 changed files with 2110 additions and 29712 deletions

View File

@@ -16,7 +16,7 @@ function touchHandler (ev) {
default: return;
}
const {screenX, screenY, clientX, clientY} = first; // eslint-disable-line no-shadow
const {screenX, screenY, clientX, clientY} = first;
const simulatedEvent = new MouseEvent(type, {
// Event interface
bubbles: true,