Done with linter errors!
Showing
... | ... | @@ -56,6 +56,7 @@ |
"@types/react": "^16.9.34", | ||
"@types/react-dom": "^16.9.7", | ||
"@types/react-router-dom": "^5.0.0", | ||
"@types/rebass": "^4.0.5", | ||
"@types/styled-components": "^4.2.0", | ||
"@typescript-eslint/eslint-plugin": "^2.31.0", | ||
"@typescript-eslint/parser": "^2.31.0", | ||
... | ... | @@ -64,6 +65,7 @@ |
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^4.0.0", | ||
"prettier": "^1.17.0", | ||
"serve": "^11.3.0", | ||
"start-server-and-test": "^1.11.0", | ||
... | ... | @@ -74,8 +76,8 @@ |
"build": "cross-env REACT_APP_GIT_COMMIT_HASH=$(git show -s --format=%H) react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject", | ||
"lint": "eslint '**/*.{js,jsx,ts,tsx}'", | ||
"lint:fix": "eslint '**/*.{js,jsx,ts,tsx}' --fix", | ||
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'", | ||
"lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix", | ||
"cy:run": "cypress run", | ||
"serve:build": "serve -s build -l 3000", | ||
"integration-test": "yarn build && start-server-and-test 'yarn run serve:build' http://localhost:3000 cy:run" | ||
... | ... |
src/ethereum.d.ts
0 → 100644
Please register or sign in to comment