Files
backstage/.changeset/spicy-parents-fold.md
T
Ben Lambert 3e92f22d2e Update .changeset/spicy-parents-fold.md
Signed-off-by: Ben Lambert <blam@spotify.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-12-10 11:01:15 +01:00

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}": [