Skip to content

Commit 8adfd39

Browse files
committed
Simplify projects
1 parent 3c4062b commit 8adfd39

File tree

1 file changed

+4
-43
lines changed

1 file changed

+4
-43
lines changed

projects.json

Lines changed: 4 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,7 @@
11
[
22
{
33
"repository": "https://github.com/babel/babel.git",
4-
"commit": "813a148f4eac2f1efe0e24df03b26418c5162ed2",
5-
"ignore": [
6-
"# TODO: Read from https://github.com/babel/babel/blob/dfa4cc652718e1ce7905eaa2260cafa3392e052f/eslint.config.js#L34 ?",
7-
"/lib",
8-
"/build",
9-
"/.git",
10-
"package.json",
11-
"packages/babel-runtime",
12-
"packages/babel-runtime-corejs2",
13-
"packages/babel-runtime-corejs3",
14-
"packages/*/node_modules",
15-
"packages/*/lib",
16-
"packages/*/test/fixtures",
17-
"packages/*/test/tmp",
18-
"codemods/*/node_modules",
19-
"codemods/*/lib",
20-
"codemods/*/test/fixtures",
21-
"codemods/*/test/tmp",
22-
"packages/babel-compat-data/build",
23-
"packages/babel-preset-env/test/debug-fixtures",
24-
"packages/babel-standalone/babel.js",
25-
"packages/babel-standalone/babel.min.js",
26-
"packages/babel-parser/test/expressions",
27-
"packages/babel-core/src/vendor",
28-
"eslint/*/lib",
29-
"eslint/*/node_modules",
30-
"eslint/*/test/fixtures",
31-
"test/runtime-integration/*/output.js",
32-
"test/runtime-integration/*/output-absolute.js",
33-
"Makefile.js"
34-
]
4+
"commit": "813a148f4eac2f1efe0e24df03b26418c5162ed2"
355
},
366
{
377
"repository": "https://github.com/vuejs/eslint-plugin-vue.git",
@@ -52,13 +22,7 @@
5222
},
5323
{
5424
"repository": "https://github.com/marmelab/react-admin.git",
55-
"commit": "12f822ff01ea201ea2a923925357953dab3d4d38",
56-
"glob": [
57-
"packages/*/src/**/*.{js,json,ts,tsx,css,md}",
58-
"examples/*/src/**/*.{js,ts,json,tsx,css,md}",
59-
"cypress/**/*.{js,ts,json,tsx,css,md}"
60-
],
61-
"ignoreFile": ".prettierignore"
25+
"commit": "12f822ff01ea201ea2a923925357953dab3d4d38"
6226
},
6327
{
6428
"repository": "https://github.com/typescript-eslint/typescript-eslint.git",
@@ -67,18 +31,15 @@
6731
},
6832
{
6933
"repository": "https://github.com/vega/vega-lite.git",
70-
"commit": "2744a3f8800268352b148824f9ca8c727d7ae8f0",
71-
"ignoreFile": ".prettierignore"
34+
"commit": "2744a3f8800268352b148824f9ca8c727d7ae8f0"
7235
},
7336
{
7437
"repository": "https://github.com/vuejs/core.git",
75-
"commit": "45547e69b25baa99a0ed52ba5110c5bd8b4a35e4",
76-
"ignoreFile": ".prettierignore"
38+
"commit": "45547e69b25baa99a0ed52ba5110c5bd8b4a35e4"
7739
},
7840
{
7941
"repository": "https://github.com/microsoft/vscode.git",
8042
"commit": "d5d90bed7bb1ebe1d3fc39d4a24cadfb944ae1e9",
81-
"glob": ".",
8243
"ignore": [
8344
"**/build/*/**/*.js",
8445
"**/dist/**/*.js",

0 commit comments

Comments
 (0)