@backstage/eslint-plugin
Advanced tools
Comparing version 0.1.10-next.1 to 0.1.10
# @backstage/eslint-plugin | ||
## 0.1.10 | ||
### Patch Changes | ||
- b1c2a2d: Exclude `@material-ui/data-grid` | ||
- 63963f6: Internal refactor to deal with `estree` upgrade | ||
## 0.1.10-next.1 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@backstage/eslint-plugin", | ||
"version": "0.1.10-next.1", | ||
"version": "0.1.10", | ||
"description": "Backstage ESLint plugin", | ||
@@ -25,3 +25,3 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@backstage/cli": "0.28.0-next.2", | ||
"@backstage/cli": "^0.28.0", | ||
"@types/estree": "^1.0.5", | ||
@@ -28,0 +28,0 @@ "eslint": "^8.33.0" |
76797