diff --git a/.prettierrc.js b/.prettierrc.js new file mode 100644 index 0000000..d5f574d --- /dev/null +++ b/.prettierrc.js @@ -0,0 +1,7 @@ +module.exports = { + trailingComma: 'es5', + tabWidth: 4, + semi: false, + singleQuote: true, + endOfLine: 'auto', +} diff --git a/package.json b/package.json index 6db149e..4b9b8ae 100644 --- a/package.json +++ b/package.json @@ -1,56 +1,57 @@ { - "name": "home-works", - "homepage": "https://IgnatZakalinsky.github.io/home-works", - "version": "0.1.0", - "private": true, - "dependencies": { - "@emotion/react": "^11.9.3", - "@emotion/styled": "^11.9.3", - "@mui/material": "^5.8.4", - "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^13.0.0", - "@testing-library/user-event": "^13.2.1", - "@types/jest": "^27.0.1", - "@types/node": "^16.7.13", - "@types/react": "^18.0.0", - "@types/react-dom": "^18.0.0", - "@types/uuid": "^8.3.4", - "axios": "^0.27.2", - "gh-pages": "^4.0.0", - "react": "^18.1.0", - "react-dom": "^18.1.0", - "react-redux": "^8.0.2", - "react-router-dom": "^6.3.0", - "react-scripts": "5.0.1", - "redux": "^4.2.0", - "typescript": "^4.4.2", - "uuid": "^8.3.2", - "web-vitals": "^2.1.0" - }, - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject", - "predeploy": "npm run build", - "deploy": "gh-pages -d build" - }, - "eslintConfig": { - "extends": [ - "react-app", - "react-app/jest" - ] - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - } + "name": "home-works", + "homepage": "https://IgnatZakalinsky.github.io/home-works", + "version": "0.1.0", + "private": true, + "dependencies": { + "@emotion/react": "^11.9.3", + "@emotion/styled": "^11.9.3", + "@mui/material": "^5.8.4", + "@testing-library/jest-dom": "^5.14.1", + "@testing-library/react": "^13.0.0", + "@testing-library/user-event": "^13.2.1", + "@types/jest": "^27.0.1", + "@types/node": "^16.7.13", + "@types/react": "^18.0.0", + "@types/react-dom": "^18.0.0", + "@types/uuid": "^8.3.4", + "axios": "^0.27.2", + "gh-pages": "^4.0.0", + "prettier": "^2.7.1", + "react": "^18.1.0", + "react-dom": "^18.1.0", + "react-redux": "^8.0.2", + "react-router-dom": "^6.3.0", + "react-scripts": "5.0.1", + "redux": "^4.2.0", + "typescript": "^4.4.2", + "uuid": "^8.3.2", + "web-vitals": "^2.1.0" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject", + "predeploy": "npm run build", + "deploy": "gh-pages -d build" + }, + "eslintConfig": { + "extends": [ + "react-app", + "react-app/jest" + ] + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } } diff --git a/public/index.html b/public/index.html index bc15ee7..3bedd49 100644 --- a/public/index.html +++ b/public/index.html @@ -1,21 +1,21 @@ -
- - - - - - - - - -