eslint-plugin-wc
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -31,2 +31,2 @@ /** | ||
*/ | ||
export declare function toCaseByType(str: string, type: 'kebab' | 'camel' | 'snake' | 'pascal'): string; | ||
export declare function toCaseByType(str: string, type: 'kebab' | 'camel' | 'snake' | 'pascal' | 'none'): string; |
@@ -68,4 +68,6 @@ "use strict"; | ||
return toPascalCase(str); | ||
case 'none': | ||
return str; | ||
} | ||
} | ||
exports.toCaseByType = toCaseByType; |
{ | ||
"name": "eslint-plugin-wc", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "ESLint plugin for Web Components", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
162142
3100