Run prettier on full repo with ignored extensions (#23538)

This commit is contained in:
Nick Schonning
2023-02-18 06:44:45 -05:00
committed by GitHub
parent c38bd17657
commit b4df632ca1
2 changed files with 13 additions and 11 deletions

View File

@ -15,8 +15,8 @@
"test:lint:js": "eslint --ext=js . --cache --report-unused-disable-directives",
"test:lint:sass": "stylelint \"**/*.{css,scss}\" && prettier --check \"**/*.{css,scss}\"",
"test:jest": "cross-env NODE_ENV=test jest",
"format": "prettier --write \"**/*.{json,yml}\"",
"format-check": "prettier --check \"**/*.{json,yml}\""
"format": "prettier --write .",
"format-check": "prettier --check ."
},
"repository": {
"type": "git",