Skip to content

Commit

Permalink
Merge pull request #18342 from Expensify/Rory-ConvenientLintScript
Browse files Browse the repository at this point in the history
[No QA] Create a convenience script to quickly lint changed files locally
  • Loading branch information
roryabraham committed Jun 8, 2023
2 parents 78aa3ba + 9725a3e commit b8d4576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"android-build-e2e": "bundle exec fastlane android build_e2e",
"test": "TZ=utc jest",
"lint": "eslint . --max-warnings=0 --cache --cache-location=node_modules/.cache/eslint",
"lint-changed": "eslint --fix $(git diff --diff-filter=AM --name-only main -- \"*.js\")",
"lint-watch": "npx eslint-watch --watch --changed",
"shellcheck": "./scripts/shellCheck.sh",
"prettier": "prettier --write .",
Expand Down

0 comments on commit b8d4576

Please sign in to comment.