Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
remove lint from ui package
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Jan 8, 2024
1 parent 8440ae9 commit 225e043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
],
"scripts": {
"build": "tamagui-build ./src",
"lint": "eslint .",
"lint": "echo NO LINT",
"lint:fix": "eslint . --fix",
"watch": "tamagui-build --watch",
"format": "prettier \"**/*.{ts,tsx,md,mdx,json,js}\" --check --ignore-path ../../../.prettierignore",
"clean": "tamagui-build clean",
"clean:build": "tamagui-build clean:build",
"test": "echo TODO",
"test": "echo NO TESTS",
"typecheck": "tsc --noEmit",
"generate": "tamagui generate-themes ./src/themes/theme.ts ./src/themes-generated.ts"
},
Expand Down

0 comments on commit 225e043

Please sign in to comment.