3e92f22d2e
Signed-off-by: Ben Lambert <blam@spotify.com> Co-authored-by: Fredrik Adelöw <freben@gmail.com>
353 B
353 B
@backstage/create-app
| @backstage/create-app |
|---|
| patch |
Updated the root package.json to include files with .cjs and .mjs extensions in the "lint-staged" configuration.
To make this change to an existing app, apply the following changes to the package.json file:
"lint-staged": {
- "*.{js,jsx,ts,tsx}": [
+ "*.{js,jsx,ts,tsx,mjs,cjs}": [