@mapbox/eslint-plugin-script-tags
Version:
Lint the content of <script> tags in arbitrary text
51 lines (26 loc) • 661 B
Markdown
# Changelog
## 1.0.0
- Update to eslint@7.
## 0.9.0
- Update dependencies.
- Add `.liquid` as available file extension.
## 0.8.0
- Update lodash and tap due to vulnerabilities.
## 0.7.0
- 🚨 Deprecated `eslint-plugin-script-tag` and republished as `@mapbox/eslint-plugin-script-tags`.
## 0.6.0
- Added: `.htm` extension.
## 0.5.0
- Added: `.erb` extension.
## 0.4.0
- Added: `.hbs`, `.ejs`, `.php`, and `.vue` extensions.
## 0.3.0
- Added: `.tag` extension.
## 0.2.0
- Added: `.jsp` extension.
## 0.1.4
- Fixed: removed unnecessary `strip-indent` devDependency.
## 0.1.3
- Fixed: more prudent reindentation.
## 0.1.2
- Start this log.