eslint-config-xo-typescript
Advanced tools
Comparing version 0.45.0 to 0.45.1
@@ -284,5 +284,5 @@ 'use strict'; | ||
{ | ||
// selector: 'default', | ||
// selector: ['variableLike', 'memberLike', 'property', 'method'], | ||
// Note: Leaving out `parameter` and `typeProperty` because of the mentioned known issues. | ||
selector: ['variable', 'function', 'classProperty', 'objectLiteralProperty', 'parameterProperty', 'classMethod', 'objectLiteralMethod', 'typeMethod', 'accessor', 'enumMember', 'class', 'interface', 'typeAlias', 'enum', 'typeParameter'], | ||
selector: ['variable', 'function', 'classProperty', 'objectLiteralProperty', 'parameterProperty', 'classMethod', 'objectLiteralMethod', 'typeMethod', 'accessor', 'enumMember'], | ||
format: [ | ||
@@ -289,0 +289,0 @@ 'strictCamelCase' |
{ | ||
"name": "eslint-config-xo-typescript", | ||
"version": "0.45.0", | ||
"version": "0.45.1", | ||
"description": "ESLint shareable config for TypeScript to be used with eslint-config-xo", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
23937