diff --git a/TODO b/TODO index 2fb43b1..4091ce1 100644 --- a/TODO +++ b/TODO @@ -9,11 +9,15 @@ TODO * [x] eslint * [ ] composition API * [ ] WindyCss +* [ ] fake rest api +* [ ] i18n ## FEATURE * [ ] login/logout -* [ ] fake rest api -* [ ] i18n +* [ ] grab products, categories and images from Dolibarr's API + * [ ] parallelization + * [ ] scheduled action + * [ ] cache for images diff --git a/package.json b/package.json index d580dd1..6d7523c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "dev": "vite", "build": "vite build", - "eslint": "eslint \"src/**/*.{js,ts,vue}\" --ignore-pattern \"*.d.ts\"" + "linter": "eslint \"src/**/*.{js,ts,vue}\" --ignore-pattern \"*.d.ts\"" }, "dependencies": { "typescript": "4.x",