mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* refactor(tauri.js): Fix ESLint errors * fix(tauri.js): Disable space-before-function-paren This conflicts with @typescript-eslint/space-before-function-paren. See https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-function-paren.md#how-to-use * refactor(tauri.js): Change requires to imports * fix(tauri.js): Suppress security/detect-non-literal-fs-filename in src/api/info.ts * fix(tauri.js): Suppress @typescript-eslint/restrict-template-expressions in some cases * fix(tauri.js): Suppress ESLint warnings in src/template/index.ts - Suppress security/detect-object-injection (false positives) - Suppress @typescript-eslint/no-dynamic-delete