Skip to content

Commit

Permalink
chore(specs): lint --fix on pre-commit (#2224)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Nov 9, 2023
1 parent b95d013 commit 54fb30d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"generators/**/*.java": "docker exec -t api-clients-automation bash -lc \"yarn cli format java generators\"",
".github/**/*.yml": "yarn github-actions:lint --fix",
"*.json": "yarn fix:json",
"scripts/**/*.(js|ts|mjs|cjs)": "yarn scripts:lint --fix"
"scripts/**/*.(js|ts|mjs|cjs)": "yarn scripts:lint --fix",
"specs/**/*.yml": "yarn eslint --ext=yml --fix"
}

0 comments on commit 54fb30d

Please sign in to comment.