-
- Downloads
add prettier
Showing
- .eslintrc.js 8 additions, 1 deletion.eslintrc.js
- .gitlab-ci.yml 1 addition, 0 deletions.gitlab-ci.yml
- .husky/pre-commit 3 additions, 0 deletions.husky/pre-commit
- .prettierrc 7 additions, 0 deletions.prettierrc
- components/AppLogo/AppLogo.tsx 17 additions, 19 deletionscomponents/AppLogo/AppLogo.tsx
- components/AppLogo/styles.ts 5 additions, 5 deletionscomponents/AppLogo/styles.ts
- configuration/configuration.ts 43 additions, 46 deletionsconfiguration/configuration.ts
- package-lock.json 15910 additions, 15841 deletionspackage-lock.json
- package.json 57 additions, 52 deletionspackage.json
- pages/_app.tsx 110 additions, 133 deletionspages/_app.tsx
- pages/api/auth/[...nextauth].ts 56 additions, 60 deletionspages/api/auth/[...nextauth].ts
- pages/forms.tsx 15 additions, 19 deletionspages/forms.tsx
- pages/index.tsx 14 additions, 16 deletionspages/index.tsx
- pages/metadata/index.tsx 11 additions, 13 deletionspages/metadata/index.tsx
- pages/metadata/productblocks.tsx 1 addition, 2 deletionspages/metadata/productblocks.tsx
- pages/metadata/products.tsx 1 addition, 2 deletionspages/metadata/products.tsx
- pages/metadata/resource-types.tsx 1 addition, 2 deletionspages/metadata/resource-types.tsx
- pages/metadata/tasks.tsx 1 addition, 2 deletionspages/metadata/tasks.tsx
- pages/metadata/workflows.tsx 1 addition, 2 deletionspages/metadata/workflows.tsx
- pages/settings.tsx 2 additions, 3 deletionspages/settings.tsx
.prettierrc
0 → 100644
This diff is collapsed.
{ | { | ||
"name": "wfo-ui", | "name": "wfo-ui", | ||
"version": "1.0.0", | "version": "1.0.0", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"dev": "next dev", | "dev": "next dev", | ||
"test": "jest --passWithNoTests", | "test": "jest --passWithNoTests", | ||
"tsc": "tsc --noEmit", | "tsc": "tsc --noEmit", | ||
"build": "next build", | "build": "next build", | ||
"start": "next start", | "start": "next start", | ||
"lint": "next lint", | "lint": "next lint", | ||
"prepare": "husky" | "prettier": "prettier --write \"{components,configuration,contexts,pages,translations,public}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"prettier:check": "prettier --check \"{components,configuration,contexts,pages,translations,public}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | |||
"prepare": "husky install" | |||
}, | |||
"dependencies": { | |||
"@elastic/datemath": "^5.0.3", | |||
"@elastic/eui": "^93.1.1", | |||
"@emotion/css": "^11.11.2", | |||
"@emotion/react": "^11.11.1", | |||
"@orchestrator-ui/orchestrator-ui-components": "1.20.0", | |||
"@reduxjs/toolkit": "^2.0.1", | |||
"moment": "^2.29.4", | |||
"next": "^14.0.4", | |||
"next-auth": "^4.24.5", | |||
"next-intl": "^3.4.1", | |||
"next-query-params": "^5.0.0", | |||
"process": "0.11.10", | |||
"prop-types": "^15.8.1", | |||
"react": "^18.2.0", | |||
"react-dom": "^18.2.0", | |||
"react-no-ssr": "^1.1.0", | |||
"react-query": "3.39.3", | |||
"react-redux": "^9.1.0", | |||
"use-query-params": "2.2.1" | |||
}, | |||
"devDependencies": { | |||
"@orchestrator-ui/eslint-config-custom": "*", | |||
"@orchestrator-ui/jest-config": "*", | |||
"@orchestrator-ui/tsconfig": "*", | |||
"@testing-library/jest-dom": "^6.2.0", | |||
"@types/node": "^20.10.5", | |||
"@types/react": "^18.2.45", | |||
"@types/react-dom": "^18.2.18", | |||
"@types/react-no-ssr": "^1.1.7", | |||
"esbuild-jest": "^0.5.0", | |||
"husky": "^9.0.11", | |||
"typescript": "^5.3.2", | |||
"prettier": "^2.3.2", | |||
"eslint-plugin-prettier": "^3.4.0", | |||
"eslint-config-prettier": "^8.3.0" | |||
}, | |||
"overrides": { | |||
"@elastic/eui": { | |||
"typescript": "^5.3.2" | |||
}, | }, | ||
"dependencies": { | "react-no-ssr": { | ||
"@elastic/datemath": "^5.0.3", | "react": "^18.2.0" | ||
"@elastic/eui": "^93.1.1", | |||
"@emotion/css": "^11.11.2", | |||
"@emotion/react": "^11.11.1", | |||
"@orchestrator-ui/orchestrator-ui-components": "1.20.0", | |||
"@reduxjs/toolkit": "^2.0.1", | |||
"moment": "^2.29.4", | |||
"next": "^14.0.4", | |||
"next-auth": "^4.24.5", | |||
"next-intl": "^3.4.1", | |||
"next-query-params": "^5.0.0", | |||
"process": "0.11.10", | |||
"prop-types": "^15.8.1", | |||
"react": "^18.2.0", | |||
"react-dom": "^18.2.0", | |||
"react-no-ssr": "^1.1.0", | |||
"react-query": "3.39.3", | |||
"react-redux": "^9.1.0", | |||
"use-query-params": "2.2.1" | |||
}, | |||
"devDependencies": { | |||
"@orchestrator-ui/eslint-config-custom": "*", | |||
"@orchestrator-ui/jest-config": "*", | |||
"@orchestrator-ui/tsconfig": "*", | |||
"@testing-library/jest-dom": "^6.2.0", | |||
"@types/node": "^20.10.5", | |||
"@types/react": "^18.2.45", | |||
"@types/react-dom": "^18.2.18", | |||
"@types/react-no-ssr": "^1.1.7", | |||
"esbuild-jest": "^0.5.0", | |||
"husky": "^9.0.11", | |||
"typescript": "^5.3.2" | |||
}, | |||
"overrides": { | |||
"@elastic/eui": { | |||
"typescript": "^5.3.2" | |||
}, | |||
"react-no-ssr": { | |||
"react": "^18.2.0" | |||
} | |||
} | } | ||
} | |||
} | } |
Please register or sign in to comment