@gitlab/eslint-plugin
Version:
GitLab package for our custom eslint rules
32 lines (16 loc) • 636 B
Markdown
# @gitlab/eslint-plugin
## 21.5.0
### Minor Changes
- 8fa643e: Add `vue-no-popover-target-dollar-el` rule to flag and autofix unnecessary `.$el` in `:target` callbacks on `<gl-popover>` and `<gl-tooltip>`.
## 21.4.1
### Patch Changes
- cd391b5: No changes.
## 21.4.0
### Minor Changes
- 60a52b8: Add `tailwindcss/no-arbitrary-value` CSS rule to prevent CSS bundle size growth and enforce our design system.
## 21.3.1
### Patch Changes
- d5f2e12: No changes; identical to 21.3.0.
## 21.3.0
### Minor Changes
- bc3d104: Add `no-hardcoded-urls` and `vue-no-hardcoded-urls` rules. To prevent hardcoding URLs on the frontend.