Skip to content

Commit 20a8151

Browse files
committed
chore(docs): add page scaffolding for lint and migration integrations
1 parent 2df786f commit 20a8151

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

docs/.vitepress/config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,14 @@ function getHomeSidebar() {
265265
text: "Docker",
266266
link: "/docs/integrations/docker.html",
267267
},
268+
{
269+
text: "Lint",
270+
link: "/docs/integrations/lint.html",
271+
},
272+
{
273+
text: "Migrations",
274+
link: "/docs/integrations/migrations.html",
275+
},
268276
],
269277
},
270278
],

docs/docs/integrations/lint.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- Run `--check` or equivalent on file changes
2+
- Try to minimize full runs (?)
3+
- Integrates with ESLint and Prettier
4+
- Auto-detect if installed
5+
- `zakmes init lint`
6+
- Adds @compas/eslint-plugin
7+
- Except when ESLint / Prettier is already configured
8+
- Adds required config files
9+
- Bails out if config files are already present
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Dynamic actions
2+
- Clean & remigrate OR migrate
3+
- Does `compas docker info` output enough info?
4+
- Continuously watches `migrations/**.{js,sql}`
5+
- Only integrates with the existing `compas docker` commands for now

0 commit comments

Comments
 (0)