Skip to content

Commit 576c7de

Browse files
chore(monorepo): move to new repo-cooker
1 parent bbf6564 commit 576c7de

File tree

226 files changed

+34702
-2855
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+34702
-2855
lines changed

.cz-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ module.exports = {
4242
{ name: 'action-chain' },
4343
{ name: 'proxy-state-tree' },
4444
{ name: 'betsy' },
45-
{ name: 'non-blocking-json' },
4645
],
4746

4847
// it needs to match the value for field type. Eg.: 'fix'

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
packages/node_modules/
12
packages/*/**/node_modules/
23
packages/*/**/lib/
34
packages/*/**/es/

.eslintrc.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@
1111
"node": true,
1212
"es6": true
1313
},
14-
"extends": [
15-
"standard",
16-
"standard-jsx",
17-
"plugin:prettier/recommended",
18-
"prettier/react",
19-
"prettier/standard"
20-
],
14+
"extends": ["standard", "standard-jsx", "plugin:prettier/recommended"],
2115
"rules": {
2216
"linebreak-style": ["error", "unix"]
2317
},
@@ -37,7 +31,7 @@
3731
"no-use-before-define": "off",
3832
"no-useless-constructor": "off",
3933
"@typescript-eslint/no-unused-vars": "error",
40-
"standard/no-callback-literal": "off"
34+
"react/jsx-handler-names": "off"
4135
}
4236
}
4337
]

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ build/Release
4343

4444
# Dependency directories
4545
node_modules
46-
!/packages/node_modules
47-
/packages/node_modules/**/node_modules
4846
jspm_packages
4947

5048
# Lock files

0 commit comments

Comments
 (0)