diff options
| author | bobzel <zzzman@gmail.com> | 2024-08-21 10:57:53 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-08-21 10:57:53 -0400 |
| commit | 166d40bd856b85bd4bbde9f9ffe2c1ec0fb648d5 (patch) | |
| tree | f6cfa4c2bd5c5a865d82c7e3806100f4a7719450 /src/pen-gestures | |
| parent | 27c4292e709e6bbba449e940d61d54b157092296 (diff) | |
more lint fixes after update
Diffstat (limited to 'src/pen-gestures')
| -rw-r--r-- | src/pen-gestures/GestureUtils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pen-gestures/GestureUtils.ts b/src/pen-gestures/GestureUtils.ts index bf5475042..c7051c87c 100644 --- a/src/pen-gestures/GestureUtils.ts +++ b/src/pen-gestures/GestureUtils.ts @@ -2,7 +2,6 @@ import { Rect } from 'react-measure'; import { Gestures, PointData } from './GestureTypes'; import { NDollarRecognizer } from './ndollar'; -// eslint-disable-next-line @typescript-eslint/no-namespace export namespace GestureUtils { export class GestureEvent { readonly gesture: Gestures; |
