-
- Downloads
run prettier
Showing
- .prettierignore 7 additions, 0 deletions.prettierignore
- Changelog.md 6 additions, 0 deletionsChangelog.md
- hooks/useAxiosInterceptor.tsx 0 additions, 24 deletionshooks/useAxiosInterceptor.tsx
- hooks/useFetchInterceptor.tsx 0 additions, 27 deletionshooks/useFetchInterceptor.tsx
- next.config.js 13 additions, 13 deletionsnext.config.js
- package.json 4 additions, 3 deletionspackage.json
- tsconfig.json 15 additions, 15 deletionstsconfig.json
- types/types.ts 7 additions, 3 deletionstypes/types.ts
.prettierignore
0 → 100644
hooks/useAxiosInterceptor.tsx
deleted
100644 → 0
hooks/useFetchInterceptor.tsx
deleted
100644 → 0
... | ... | @@ -9,11 +9,12 @@ |
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint", | ||
"prettier": "prettier --write \"{components,configuration,contexts,pages,translations,public}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"prettier": "prettier -c \"{**/*,*}.{ts,tsx,json,js,md}\"", | ||
"prettier-fix": "prettier --write \"{**/*,*}.{ts,tsx,json,js,md}\"", | ||
"prettier:check": "prettier --check \"{components,configuration,contexts,pages,translations,public}/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"prepare": "husky" | ||
}, | ||
"dependencies": { | ||
"dependencies": { | ||
"@elastic/datemath": "^5.0.3", | ||
"@elastic/eui": "^95.1.0", | ||
"@elfalem/leaflet-curve": "^0.9.2", | ||
... | ... | @@ -74,5 +75,5 @@ |
"react-no-ssr": { | ||
"react": "^18.3.1" | ||
} | ||
} | ||
} | ||
} |
Please register or sign in to comment