mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 22:01:49 +03:00
a21b91cc71
refs: https://github.com/TryGhost/Toolbox/issues/105 Lint rules prevent: * Invalid naming conventions for new migrations * Loop constructs in migrations - these should be used with caution and are therefore a warning rule, use `// eslint-disable-next-line no-restricted-syntax` to prevent this rule from firing where a loop is required * Returing within a loop - this is usually meant to be a continue/break * Multiple joins - these can be badly performing migrations, so should be treated with caution, disable the rule for the line if the risk is understood / the migration cannot be written without it |
||
---|---|---|
.. | ||
adapters | ||
api | ||
data | ||
lib | ||
models | ||
services | ||
views | ||
web | ||
analytics-events.js | ||
ghost-server.js | ||
notify.js | ||
overrides.js | ||
run-update-check.js | ||
update-check.js |