eslint-plugin-smarthr
Advanced tools
Comparing version 0.5.15 to 0.5.16
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.5.16](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.5.15...v0.5.16) (2024-10-25) | ||
### [0.5.15](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.5.14...v0.5.15) (2024-09-10) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "eslint-plugin-smarthr", | ||
"version": "0.5.15", | ||
"version": "0.5.16", | ||
"author": "SmartHR", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -96,3 +96,3 @@ const { generateTagFormatter } = require('../../libs/format_styled_components') | ||
const result = c.openingElement.attributes.reduce((prev, a) => { | ||
const n = a.name.name | ||
const n = a.name?.name | ||
@@ -99,0 +99,0 @@ if (prev || n === 'text') { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
413779