eslint-plugin-smarthr
Advanced tools
Comparing version 0.2.22 to 0.2.23
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.2.23](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.2.22...v0.2.23) (2023-03-09) | ||
### [0.2.22](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.2.21...v0.2.22) (2023-01-27) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "eslint-plugin-smarthr", | ||
"version": "0.2.22", | ||
"version": "0.2.23", | ||
"author": "SmartHR", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -7,3 +7,3 @@ # smarthr/prohibit-path-within-template-literal | ||
- 例 | ||
- NG: `\`${path.xxx}?${queryString}\`` | ||
- NG: `${path.xxx}?${queryString}` | ||
- pathオブジェクト外でqueryStringが生成されてしまっており、どのようなqueryStringが設定される可能性があるか?という情報が拡散してしまう | ||
@@ -10,0 +10,0 @@ - OK: `path.xxx({ xxxx: 'yyyyy' })` |
Sorry, the diff of this file is not supported yet
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
176459
68