@i-views/eslint-plugin-iviews
Advanced tools
Comparing version
{ | ||
"name": "@i-views/eslint-plugin-iviews", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Code-Style-Settings used in @i-views projects", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -5,3 +5,3 @@ const kjsAllowedUnusedVars = [ | ||
'additionalPropertyValue', 'additionalProperties', 'actionsEnabled', 'actionEnabled', 'actionsVisible', 'parameterValue', | ||
'postprocessResponse', 'referenceValue', 'tooltip' | ||
'postprocessResponse', 'referenceValue', 'tooltip', 'preprocessParameters' | ||
] | ||
@@ -8,0 +8,0 @@ |
3695
0.65%