eslint-plugin-dsm-ally
Advanced tools
Comparing version 0.0.3 to 0.0.4
module.exports = { | ||
rules: { | ||
'onclick-needs-keydown-handler': require('./rules/onclick-needs-keydown-handler'), | ||
'onclick-tabindex-together': require('./rules/onclick-tabindex-together') | ||
'onclick-tabindex-together': require('./rules/onclick-tabindex-together'), | ||
'tab-stoppable-needs-aria-label': require('./rules/tab-stoppable-needs-aria-label') | ||
} | ||
}; |
{ | ||
"name": "eslint-plugin-dsm-ally", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "plugin with custom rules for DSM a11y", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
8039
8
273