File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff 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 ] ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments