eslint-plugin-filename-rules
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -15,3 +15,3 @@ const path = require('path'); | ||
const aliases = { | ||
pascalcase: /^([A-Z][a-z0-9]+)((\d)|([A-Z0-9][a-z0-9]+))*([A-Z])?(?:\..*)?$/, | ||
pascalcase: /^[A-Z]([A-Z0-9]*[a-z]+)+[A-Z0-9]*(?:\..*)?$/, | ||
camelcase: /^[a-z]+((\d)|([A-Z0-9][a-z0-9]+))*([A-Z])?(?:\..*)?$/, | ||
@@ -18,0 +18,0 @@ snakecase: /^([a-z]+_)*[a-z]+(?:\..*)?$/, |
{ | ||
"name": "eslint-plugin-filename-rules", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Enforce filename conventions for linted files", | ||
@@ -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
6223