browsertrix/frontend
Emma Segal-Grossman d1156b0145
enable a few more useful eslint suggestions & correct some more types (#1517)
## Changes

Implements suggestions from
https://typescript-eslint.io/blog/consistent-type-imports-and-exports-why-and-how/
and
https://www.totaltypescript.com/method-shorthand-syntax-considered-harmful,
along with a couple more auto-fixable consistency rules.

Of note:
- Functions that return a promise are marked as async
- Suggestions now appear for where to simplify boolean checks,
non-nullish assertions, and optional chaining
2024-02-09 16:14:08 -08:00
..
.husky
assets
config Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
patches
scripts
src enable a few more useful eslint suggestions & correct some more types (#1517) 2024-02-09 16:14:08 -08:00
tests Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
xliff
.dockerignore
.editorconfig
.eslintrc.js enable a few more useful eslint suggestions & correct some more types (#1517) 2024-02-09 16:14:08 -08:00
.gitignore
.prettierignore
.vscode
00-browsertrix-nginx-init.sh
Dockerfile
frontend.conf.template
index.d.ts enable a few more useful eslint suggestions & correct some more types (#1517) 2024-02-09 16:14:08 -08:00
lit-localize.json
minio.conf
package.json version: bump to 1.9.0-beta.3 2024-02-07 15:21:10 -08:00
playwright.config.ts
postcss.config.js
prettier.config.js Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
README.md
sample.env.local
tailwind.config.js
tsconfig.eslint.json Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
tsconfig.json Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
web-test-runner.config.mjs Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
webpack.config.js Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
webpack.dev.js Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00
webpack.prod.js
yarn.lock Upgrade Prettier to 3 (#1513) 2024-01-31 20:56:17 -05:00