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.15 to 0.3.16

rules/a11y-delegate-element-has-role-presentation/index.js

7

CHANGELOG.md

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

### [0.3.16](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.15...v0.3.16) (2023-12-30)
### Features
* a11y-delegate-element-has-role-presantation を追加 ([#92](https://github.com/kufu/eslint-plugin-smarthr/issues/92)) ([c211ffb](https://github.com/kufu/eslint-plugin-smarthr/commit/c211ffb7e698d010ca639d0bdda9ea82cb31033a))
### [0.3.15](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.14...v0.3.15) (2023-11-29)

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

2

package.json
{
"name": "eslint-plugin-smarthr",
"version": "0.3.15",
"version": "0.3.16",
"author": "SmartHR",

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

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

'RadioButton$': 'RadioButton$',
'RadioButtonPanel$': 'RadioButtonPanel$',
'Check(b|B)ox$': 'CheckBox$',

@@ -11,0 +12,0 @@ 'Combo(b|B)ox$': 'ComboBox$',

# smarthr/a11y-input-has-name-attribute
- input, textarea, select に name 属性を設定することを強制するルールです。
- input は name を設定することでブラウザの補完機能が有効になる可能性が高まります。
- input, textarea, select など入力要素に name 属性を設定することを強制するルールです。
- 入力要素は name を設定することでブラウザの補完機能が有効になる可能性が高まります。
- 補完機能はブラウザによって異なるため、補完される可能性が上がるよう、name には半角英数の小文字・大文字と一部記号(`_ , [, ]`)のみ利用可能です。

@@ -6,0 +6,0 @@ - input[type="radio"] は name を適切に設定することでラジオグループが確立され、キーボード操作しやすくなる等のメリットがあります。

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