You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ yarn lint:fix
yarn run v1.22.10
$ eslint src/ --ext .ts --fix
/home/hata6502/editor.js/src/components/__module.ts
97:0 warning @param "eventsDispatcher" does not match an existing function parameter jsdoc/check-param-names
/home/hata6502/editor.js/src/components/modules/caret.ts
394:27 warning 'Tools' is assigned a value but never used @typescript-eslint/no-unused-vars
/home/hata6502/editor.js/src/components/modules/saver.ts
107:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
/home/hata6502/editor.js/src/components/tools/base.ts
179:0 warning @param "constructable" does not match an existing function parameter jsdoc/check-param-names
281:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
✖ 5 problems (0 errors, 5 warnings)
Done in 7.36s.
Expected behavior: The ESLint warning should be fixed.
Editor.js version: 2.20.0
The text was updated successfully, but these errors were encountered:
Describe a bug.
Expected behavior: The ESLint warning should be fixed.
Editor.js version: 2.20.0
The text was updated successfully, but these errors were encountered: