Skip to content

Commit c014a7c

Browse files
committed
Add ts-expect error back
1 parent 7505c13 commit c014a7c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.claude/settings.local.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(grep:*)",
5+
"Bash(rg:*)"
6+
],
7+
"deny": []
8+
}
9+
}

ui/packages/app/web/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import svgr from 'vite-plugin-svgr';
1717

1818
// https://vitejs.dev/config/
1919
export default defineConfig({
20+
// @ts-expect-error
2021
plugins: [react(), svgr()],
2122
base: './',
2223
server: {

ui/packages/shared/profile/src/ProfileView/components/Toolbars/SwitchMenuItem.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
import React from 'react';
15-
1614
import {Switch} from '@headlessui/react';
1715

1816
import {useUserPreference, type UserPreferenceDetails} from '@parca/hooks';

0 commit comments

Comments
 (0)