Skip to content

Commit 2e41fdd

Browse files
committed
Merge branch 'gpanciera-testMaster' into staging
2 parents 15ca4fb + 0115f0a commit 2e41fdd

File tree

370 files changed

+72830
-20509
lines changed

Some content is hidden

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

370 files changed

+72830
-20509
lines changed

.eslintrc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
2-
"extends": ["airbnb", "plugin:jest/recommended"],
2+
"extends": [
3+
"airbnb",
4+
"plugin:jest/recommended",
5+
"plugin:@typescript-eslint/eslint-recommended",
6+
"plugin:@typescript-eslint/recommended"],
37
"root": true,
4-
"plugins": ["jest", "react", "react-hooks"],
8+
"plugins": ["jest", "react", "react-hooks", "@typescript-eslint"],
59
"rules": {
610
"arrow-parens": [2, "as-needed"],
711
"import/no-unresolved": "off",
812
"import/extensions": "off",
913
"react-hooks/rules-of-hooks": "error", // Checks rules of Hooks
10-
"react-hooks/exhaustive-deps": "warn" // Checks effect dependencies
14+
"react-hooks/exhaustive-deps": "warn", // Checks effect dependencies
15+
"react/jsx-filename-extension": [0]
1116
},
1217
"env": {
1318
"es6": true,

.gitmodules

Whitespace-only changes.

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"eslint.enable": true
3-
}
2+
"eslint.enable": true,
3+
"git.ignoreLimitWarning": true
4+
}

MyMovie.gif

1.49 MB
Loading

ShortMovie.gif

446 KB
Loading

dev-reactime/__tests__/linkFiber.test.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

dev-reactime/node_modules/.bin/acorn

Lines changed: 0 additions & 1 deletion
This file was deleted.

dev-reactime/node_modules/acorn-jsx/README.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)