Skip to content

Commit b38b587

Browse files
committed
- Fix: Remove parameter as accepted synonym for @param (not listed at official jsdoc.app site or in repo); affects check-tag-names and various param rules
1 parent d8ad46e commit b38b587

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tagNames.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ export default {
7272
package: [],
7373
param: [
7474
'arg',
75-
'argument',
76-
'parameter'
75+
'argument'
7776
],
7877
private: [],
7978
property: [

0 commit comments

Comments
 (0)