We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0328e8 commit 514fe69Copy full SHA for 514fe69
.eslintrc
@@ -3,7 +3,9 @@
3
"root": true,
4
"plugins": ["jest", "react"],
5
"rules": {
6
- "arrow-parens": [2, "as-needed"]
+ "arrow-parens": [2, "as-needed"],
7
+ "import/no-unresolved": "off",
8
+ "import/extensions": "off"
9
},
10
"env": {
11
"es6": true,
src/extension/build/manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Reactime",
- "version": "3.0",
+ "version": "3.1",
"devtools_page": "devtools.html",
"description": "A Chrome extension that helps debug state in React applications by memorizing the state of components with every render.",
"manifest_version": 2,
0 commit comments