@hero-design/eslint-plugin 8.1.0 → 8.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +0 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -239,7 +239,6 @@ module.exports = {
239
239
  {
240
240
  package: '@hero-design/rn',
241
241
  components: [
242
- { name: 'Alert', props: ['variant'] },
243
242
  { name: 'Card', props: ['variant'] },
244
243
  { name: 'Switch', props: ['size'] },
245
244
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hero-design/eslint-plugin",
3
- "version": "8.1.0",
3
+ "version": "8.2.0",
4
4
  "description": "Hero Design's eslint plugin",
5
5
  "keywords": [
6
6
  "eslint",
@@ -26,7 +26,7 @@
26
26
  "eslint-plugin-eslint-plugin": "^5.0.0",
27
27
  "eslint-plugin-node": "^11.1.0",
28
28
  "jest": "^27.3.1",
29
- "prettier-config-hd": "8.1.0"
29
+ "prettier-config-hd": "8.2.0"
30
30
  },
31
31
  "engines": {
32
32
  "node": "^14.17.0 || ^16.0.0 || >= 18.0.0"