Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-smarthr

Package Overview
Dependencies
Maintainers
22
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-smarthr - npm Package Compare versions

Comparing version 0.3.12 to 0.3.13

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.3.13](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.12...v0.3.13) (2023-10-16)
### Features
* a11-heading-in-sectioning-contentのtag属性不要チェックのエラー位置を、タグの開始行ではなく属性の記述されている行に変更する ([#86](https://github.com/kufu/eslint-plugin-smarthr/issues/86)) ([e25080a](https://github.com/kufu/eslint-plugin-smarthr/commit/e25080a461ddce87eaaf20cd0c7ef290fd321836))
### [0.3.12](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.11...v0.3.12) (2023-10-12)

@@ -7,0 +14,0 @@

2

package.json
{
"name": "eslint-plugin-smarthr",
"version": "0.3.12",
"version": "0.3.13",
"author": "SmartHR",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -42,4 +42,5 @@ const { generateTagFormatter } = require('../../libs/format_styled_components')

const message = `a, buttonなどのクリッカブルな要素内にはテキストを設定してください。
const message = `a, buttonなどのクリッカブルな要素内にはテキストを設定してください
- 要素内にアイコン、画像のみを設置する場合はaltなどの代替テキスト用属性を指定してください
- SVG component の場合、altを属性として受け取れるようにした上で '<svg role="img" aria-label={alt}>' のように指定してください
- クリッカブルな要素内に設置しているコンポーネントがテキストを含んでいる場合、"XxxxText" のように末尾に "Text" もしくは "Message" という名称を設定してください`

@@ -46,0 +47,0 @@

@@ -181,3 +181,3 @@ const { generateTagFormatter } = require('../../libs/format_styled_components')

context.report({
node,
node: tagAttr,
message: noTagAttrMessage,

@@ -184,0 +184,0 @@ })

@@ -15,4 +15,5 @@ const rule = require('../rules/a11y-clickable-element-has-text')

const defaultErrorMessage = `a, buttonなどのクリッカブルな要素内にはテキストを設定してください。
const defaultErrorMessage = `a, buttonなどのクリッカブルな要素内にはテキストを設定してください
- 要素内にアイコン、画像のみを設置する場合はaltなどの代替テキスト用属性を指定してください
- SVG component の場合、altを属性として受け取れるようにした上で '<svg role="img" aria-label={alt}>' のように指定してください
- クリッカブルな要素内に設置しているコンポーネントがテキストを含んでいる場合、"XxxxText" のように末尾に "Text" もしくは "Message" という名称を設定してください`

@@ -19,0 +20,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc