Skip to content

Commit

Permalink
Copy lint script from an ember project
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Apr 12, 2023
1 parent 78250b0 commit 0a72da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"release": "changeset publish",
"clean": "git clean -x -f",
"compile": "tsc",
"lint": "concurrently 'yarn:lint:*'",
"lint": "concurrently 'npm:lint:*(!fix)' --names 'lint:'",
"lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'",
"lint:eslint": "eslint . --cache",
"lint:eslint:fix": "eslint . --fix",
Expand Down

0 comments on commit 0a72da2

Please sign in to comment.