Skip to content

Commit

Permalink
lint &&
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jul 26, 2024
1 parent 1cd8a81 commit 1fc9f1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"install:ci": "concurrently -g -c auto -n install:fw:ci \"yarn install --inline-builds\" npm:install:crwrsca:ci",
"install:crwrsca": "yarn --cwd packages/create-redwood-rsc-app install",
"install:crwrsca:ci": "yarn --cwd packages/create-redwood-rsc-app install --inline-builds",
"lint": "concurrently -c auto npm:lint:fw npm:lint:crwrsca",
"lint": "yarn lint:fw && yarn lint:crwrsca",
"lint:c": "concurrently -c auto npm:lint:fw npm:lint:crwrsca",
"lint:crwrsca": "yarn --cwd packages/create-redwood-rsc-app run lint",
"lint:fw": "RWJS_CWD=packages/create-redwood-app/templates/ts eslint --config .eslintrc.js --ignore-pattern Routes.jsx --ignore-pattern create-redwood-rsc-app packages",
"lint:fix": "yarn lint --fix",
Expand Down

0 comments on commit 1fc9f1b

Please sign in to comment.