40ff6989fe
Fix some issues it found and disable the following checks for now. Some of them needs module support to work and some of them needs project compilation using tsc rather than per file compilation. cypress_test/ extends loleaflet's eslintrc so, its package.json needs to have the typescript lint plugin as well. Disabled checks: @typescript-eslint/no-unused-vars // This can be enabled after fixing all places it finds. @typescript-eslint/no-inferrable-types // Lets do explicit typing whenever we can. no-var // This needs a lot of conversion of var to let. @typescript-eslint/no-explicit-any @typescript-eslint/no-namespace // ES5 has no module support no-inner-declarations // ,, no-constant-condition // This is sometimes useful @typescript-eslint/triple-slash-reference // ES5 no module support. Signed-off-by: Dennis Francis <dennis.francis@collabora.com> Change-Id: Ib4fd8b4fcee42216d4322fd043a1873302db375a
12 lines
No EOL
243 B
Text
12 lines
No EOL
243 B
Text
# We only directly edit toolbar.js in dist/
|
|
**/js/Autolinker.js
|
|
**/js/json2.js
|
|
**/js/select2.js
|
|
**/js/vex.combined.js
|
|
**/js/sanitize-url.js
|
|
**/js/l10n.js
|
|
**/js/w2ui-1.5.rc1.js
|
|
**/src/unocommands.js
|
|
**/js/viamapi-client.js
|
|
node_modules
|
|
dist/src |