eslint-plugin-decorator-position
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "eslint-plugin-decorator-position", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "ESLint plugin for enforcing decorator position", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -39,10 +39,4 @@ # eslint-plugin-decorator-position | ||
rules: { | ||
// override rule settings here | ||
'decorator-position': [ | ||
'error', | ||
{ | ||
properties: 'above', | ||
methods: 'prefer-inline' | ||
} | ||
] | ||
// override rule settings from extends config here | ||
// 'decorator-position': ['error', { /* your config */ }] | ||
} | ||
@@ -49,0 +43,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
18193
93