Skip to content

Commit 2a6661a

Browse files
authored
Merge pull request #333 from smartdevicelink/bugfix/linter-issues
Bugfix/linter issues
2 parents 3181cd5 + 9ed5e30 commit 2a6661a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
"jsdoc/check-param-names": 1,
112112
"jsdoc/check-property-names": 1,
113113
"jsdoc/check-tag-names": 1,
114-
"jsdoc/check-values": 1,
115114
"jsdoc/empty-tags": 1,
116115
"jsdoc/implements-on-classes": 1,
117116
"jsdoc/require-description": 1,

generator/templates/base_struct_function.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{% if method.deprecated is defined and method.deprecated is not none -%}
4646
* @since SmartDeviceLink {{method.history[0].since}}
4747
* @deprecated in SmartDeviceLink {{method.since}}
48-
{%- elif method.history is defined and method.history is not none %}
48+
{%- elif method.history is defined and method.history is not none -%}
4949
* @since SmartDeviceLink {{method.history[0].since}}
5050
{%- else -%}
5151
* @since SmartDeviceLink {{method.since}}

0 commit comments

Comments
 (0)