aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/components/WorkspaceItem.tsx
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-12-03 19:32:14 -0700
committerLibravatar GitHub <noreply@github.com>2023-12-03 19:32:14 -0700
commit1a4119f2f6cf13e30db0baa00bbb29355e1dae93 (patch)
tree5318a894513bb93e1d1897dfc84a52f62779d88f /src/features/workspaces/components/WorkspaceItem.tsx
parent6.6.1-nightly.16 [skip ci] (diff)
downloadferdium-app-1a4119f2f6cf13e30db0baa00bbb29355e1dae93.tar.gz
ferdium-app-1a4119f2f6cf13e30db0baa00bbb29355e1dae93.tar.zst
ferdium-app-1a4119f2f6cf13e30db0baa00bbb29355e1dae93.zip
chore: project maintenance (#1466)
- temporarily disable newly introduced `jsx-a11y/control-has-associated-label` rule - add `--quiet` flag to lint command to see issues with error level only - reuse `lint` command for `lint:fix` command - use `--cache` flag for `prettier` and `eslint` commands - upgrade all non-major dependencies to latest except for `esbuild` - run `pnpm dedupe` to simplify lockfile - autofix various `.ts` and `.tsx` files with `pnpm prepare-code` command - disable newly discovered lint issue in `SearchInput`
Diffstat (limited to 'src/features/workspaces/components/WorkspaceItem.tsx')
-rw-r--r--src/features/workspaces/components/WorkspaceItem.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/workspaces/components/WorkspaceItem.tsx b/src/features/workspaces/components/WorkspaceItem.tsx
index 6c4dd649b..36c6ed2f5 100644
--- a/src/features/workspaces/components/WorkspaceItem.tsx
+++ b/src/features/workspaces/components/WorkspaceItem.tsx
@@ -1,4 +1,3 @@
1/* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
2import { Component, ReactElement } from 'react'; 1import { Component, ReactElement } from 'react';
3import { observer } from 'mobx-react'; 2import { observer } from 'mobx-react';
4import withStyles, { WithStylesProps } from 'react-jss'; 3import withStyles, { WithStylesProps } from 'react-jss';