Refactor imports

* refactor: implement import lint
This commit is contained in:
Carlos Valente
2022-06-11 23:17:16 +02:00
committed by GitHub
parent c576b6308e
commit dda92ba3a8
111 changed files with 482 additions and 288 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime-ui",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.0.0-next.3",
@@ -30,6 +30,7 @@
"scripts": {
"start": "set BROWSER=none&&react-scripts start",
"build": "react-scripts build",
"lint": "eslint .",
"test": "react-scripts test",
"test:pipeline": "react-scripts test --watchAll=false --runInBand --detectOpenHandles --forceExit ",
"eject": "react-scripts eject"
@@ -51,6 +52,7 @@
"@testing-library/react": "^13.1.1",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "^14.1.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prop-types": "^15.8.1",
"react-scripts": "^5.0.1",
"react-test-renderer": "^18.1.0",