|
1 | 1 | [ |
2 | 2 | { |
3 | 3 | "repository": "https://github.com/babel/babel.git", |
4 | | - "commit": "7f57d3a2e97b7e2800fb82cff9284a3591377971", |
| 4 | + "commit": "ce8d9885635b254c86cec68706b1fe46e5a28bfe", |
5 | 5 | "glob": "./{packages,codemods,eslint}/**/*.{js,ts}", |
6 | 6 | "ignore": [ |
7 | 7 | "# TODO: Read from https://github.com/babel/babel/blob/dfa4cc652718e1ce7905eaa2260cafa3392e052f/eslint.config.js#L34 ?", |
|
36 | 36 | }, |
37 | 37 | { |
38 | 38 | "repository": "https://github.com/vuejs/eslint-plugin-vue.git", |
39 | | - "commit": "305100da6b0ee701e2023bf86ccf03dc7399726a", |
| 39 | + "commit": "917787c46a268b1910b9c77e091656a428d70a89", |
40 | 40 | "glob": "./**/*.js" |
41 | 41 | }, |
42 | 42 | { |
43 | 43 | "repository": "https://github.com/excalidraw/excalidraw.git", |
44 | | - "commit": "ae89608985dfe5975b5fa0103d5aec64cb4fb83f", |
| 44 | + "commit": "4e0441eeb413ad7234f65cbb8fbb397bc715ff46", |
45 | 45 | "glob": "./**/*.{css,scss,json,md,html,yml,ts,tsx,js}", |
46 | 46 | "ignoreFile": ".eslintignore" |
47 | 47 | }, |
48 | 48 | { |
49 | 49 | "repository": "https://github.com/mdn/content.git", |
50 | | - "commit": "7e485799ece786b3f565b6017380d483084f3efa", |
| 50 | + "commit": "7412889f55f9031f986b6487a81a739187b679c0", |
51 | 51 | "glob": "./**/*.md" |
52 | 52 | }, |
53 | 53 | { |
54 | 54 | "repository": "https://github.com/prettier/prettier.git", |
55 | | - "commit": "4c84764c9ec314bab93ce0efcaaa2229a701f969", |
| 55 | + "commit": "7eb39eafc077868411d0632c4dadfcaaf2941b3d", |
56 | 56 | "glob": "." |
57 | 57 | }, |
58 | 58 | { |
59 | 59 | "repository": "https://github.com/marmelab/react-admin.git", |
60 | | - "commit": "4231cabf244a6178202588a386e8df4d052c25fe", |
| 60 | + "commit": "b5e262fa34300b276a355b4b896c3c4136e0d3ef", |
61 | 61 | "glob": [ |
62 | 62 | "packages/*/src/**/*.{js,json,ts,tsx,css,md}", |
63 | 63 | "examples/*/src/**/*.{js,ts,json,tsx,css,md}", |
|
66 | 66 | }, |
67 | 67 | { |
68 | 68 | "repository": "https://github.com/typescript-eslint/typescript-eslint.git", |
69 | | - "commit": "264ca2fad49a298a2963de83746f8e8044229a3b", |
| 69 | + "commit": "55ca033ee88cc95cfac4ad6dea2257fbeb1d4657", |
70 | 70 | "glob": "./**/*.{ts,js,json,md}", |
71 | 71 | "ignore": ["**/fixtures/**/*"] |
72 | 72 | }, |
73 | 73 | { |
74 | 74 | "repository": "https://github.com/vega/vega-lite.git", |
75 | | - "commit": "0780bf184c6bb51d3dc7d7c3f35edcce951c2e4f", |
| 75 | + "commit": "5ba092c00a0d83091a872510487c28662b98004c", |
76 | 76 | "glob": "./**/*.ts", |
77 | 77 | "ignoreFile": ".prettierignore" |
78 | 78 | }, |
|
0 commit comments