eslint-plugin-decorator-position
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -154,3 +154,3 @@ 'use strict'; | ||
Object.keys(options).forEach(key => { | ||
Object.keys(options).forEach((key) => { | ||
if (key === 'overrides') { | ||
@@ -266,3 +266,3 @@ return; | ||
return allConfigs.map(config => config[0]); | ||
return allConfigs.map((config) => config[0]); | ||
} | ||
@@ -304,3 +304,3 @@ | ||
const { decorators, key } = node; | ||
const decorator = decorators.find(decorator => { | ||
const decorator = decorators.find((decorator) => { | ||
return nameOfDecorator(decorator) === name; | ||
@@ -307,0 +307,0 @@ }); |
{ | ||
"name": "eslint-plugin-decorator-position", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "ESLint plugin for enforcing decorator position", | ||
@@ -50,7 +50,7 @@ "main": "lib/index.js", | ||
"@commitlint/config-conventional": "8.3.4", | ||
"@typescript-eslint/parser": "2.29.0", | ||
"@typescript-eslint/parser": "2.33.0", | ||
"babel-eslint": "10.1.0", | ||
"common-tags": "1.8.0", | ||
"eslint": "6.8.0", | ||
"eslint-config-prettier": "6.10.1", | ||
"eslint": "7.0.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-eslint-comments": "3.1.2", | ||
@@ -60,14 +60,14 @@ "eslint-plugin-eslint-plugin": "2.2.1", | ||
"eslint-plugin-import": "2.20.2", | ||
"eslint-plugin-jest": "23.8.2", | ||
"eslint-plugin-jest": "23.11.0", | ||
"eslint-plugin-markdown": "1.0.2", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-prettier": "3.1.3", | ||
"eslint-plugin-unicorn": "18.0.1", | ||
"jest": "25.4.0", | ||
"eslint-plugin-unicorn": "20.0.0", | ||
"jest": "26.0.1", | ||
"lerna-changelog": "1.0.1", | ||
"markdownlint-cli": "0.22.0", | ||
"markdownlint-cli": "0.23.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "1.19.1", | ||
"typescript": "3.8.3", | ||
"semantic-release": "17.0.6" | ||
"prettier": "2.0.5", | ||
"semantic-release": "17.0.7", | ||
"typescript": "3.9.2" | ||
}, | ||
@@ -74,0 +74,0 @@ "dependencies": { |
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
18277