Skip to content

Commit ec1b7c4

Browse files
committed
Fix
1 parent 8adfd39 commit ec1b7c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

projects.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222
},
2323
{
2424
"repository": "https://github.com/marmelab/react-admin.git",
25-
"commit": "12f822ff01ea201ea2a923925357953dab3d4d38"
25+
"commit": "12f822ff01ea201ea2a923925357953dab3d4d38",
26+
"glob": [
27+
"packages/*/src/**/*.{js,json,ts,tsx,css,md}",
28+
"examples/*/src/**/*.{js,ts,json,tsx,css,md}",
29+
"cypress/**/*.{js,ts,json,tsx,css,md}"
30+
]
2631
},
2732
{
2833
"repository": "https://github.com/typescript-eslint/typescript-eslint.git",

0 commit comments

Comments
 (0)