@webundsoehne/eslint-config
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -0,1 +1,7 @@ | ||
## @webundsoehne/eslint-config [5.1.1](https://gitlab.tailored-apps.com/ckilic/nx-test/compare/@webundsoehne/eslint-config@5.1.0...@webundsoehne/eslint-config@5.1.1) (2022-02-21) | ||
### Bug Fixes | ||
- update for stephans style ([43c719f](https://gitlab.tailored-apps.com/ckilic/nx-test/commit/43c719f61bef41a5c84d18be2a259b37975f1306)) | ||
# @webundsoehne/eslint-config [5.1.0](https://gitlab.tailored-apps.com/ckilic/nx-test/compare/@webundsoehne/eslint-config@5.0.0...@webundsoehne/eslint-config@5.1.0) (2022-02-17) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@webundsoehne/eslint-config", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Eslint configuration for Web&Söhne applications.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -240,3 +240,3 @@ /** @type {import("eslint").Linter.Config} */ | ||
selector: 'enumMember', | ||
format: ['UPPER_CASE', 'camelCase'] | ||
format: ['UPPER_CASE', 'camelCase', 'PascalCase'] | ||
}, | ||
@@ -243,0 +243,0 @@ |
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
38819