Skip to content

Commit

Permalink
removing yarn lint (in favor of yarn lint:js)
Browse files Browse the repository at this point in the history
  • Loading branch information
facostaembrace committed Oct 15, 2024
1 parent 2a7031a commit d6c877a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"prepare": "husky",
"publish-modules": "npx lerna run build && npx lerna publish",
"build": "npx lerna run build",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix && prettier --write \"**/*.{js,jsx,ts,tsx,json}\" && yarn constraints --fix",
"lint:js": "eslint . --ext .js,.jsx,.ts,.tsx --fix && prettier --write \"packages/**/*.{js,jsx,ts,tsx,json}\" && yarn constraints --fix",
"lint:clang": "bash ./scripts/run-clang-format.sh",
"lint:swift": "bash ./scripts/run-swiftlint.sh",
Expand Down

0 comments on commit d6c877a

Please sign in to comment.