discourse/plugins/automation
David Taylor d88ee33eb6
DEV: Introduce stylelint (#29852)
Stylelint is a css linter: https://stylelint.io/

As part of this change we have added two javascript scripts:

```
pnpm lint:css
pnpm lint:css:fix
```

Look at `.vscode/settings.json.sample` and `.vscode/extensions.json` for
configuration in VSCode.

---------

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2025-01-20 15:27:42 +00:00
..
admin/assets/javascripts/admin DEV: Move discourse-common/(utils|lib) to discourse/lib (#30733) 2025-01-13 13:02:49 +00:00
app DEV: Refactor DiscourseAutomation::DestroyAutomation a bit 2024-11-22 16:05:31 +01:00
assets/stylesheets/common DEV: Introduce stylelint (#29852) 2025-01-20 15:27:42 +00:00
config Update translations (#30765) 2025-01-14 16:19:49 +01:00
db UX: simplify and shorten new script flow for automations (#29178) 2024-10-23 14:04:17 -04:00
lib FEATURE: Add trigger_on option to topic_tags_changed automation (#30391) 2025-01-06 11:22:39 -03:00
spec DEV: Update a defensive test which case is no longer possible (#30640) 2025-01-08 21:06:04 +08:00
test/javascripts/integration/components DEV: Move admin config pages out of /customize/ sub-route (#30511) 2025-01-02 09:13:11 +10:00
plugin.rb FEATURE: Add user to topic_tags_changed event (#28714) 2024-09-06 11:23:30 -03:00