1
0
mirror of synced 2025-12-23 03:44:00 -05:00
Files
docs/script/content-migrations
Nick Schonning b6de7c6887 chore: Convert Standard to eslint-config-standard (#1328)
* chore: Move standard to ESLint config

* fix: auto-fix ESLint indent issues

* fix: ESLint prefer-regex-literals

* fix: ESLint array-callback-return

- .filter must return a boolean value
- .map replaced with forEach when the value isn't used

* fix: ESLint no-extra-semi
2020-11-17 16:18:18 -05:00
..
2020-09-27 14:10:11 +02:00

Content migration scripts

This directory stores scripts that modify content and/or data files. Because writers are updating content all the time, scripts in here require more cross-team coordination and planning before they are run. Make sure to consider whether a script added here also needs to be run on translation files or if we can wait for the changes to come in organically via Crowdin.