Skip to content

Commit a75f2f6

Browse files
committed
MAGETWO-66403: API annotations in Theme, Ui and Framework View
- add @api annotation tag to JSCS extra list
1 parent 5259e05 commit a75f2f6

File tree

1 file changed

+2
-1
lines changed
  • dev/tests/static/testsuite/Magento/Test/Js/_files/jscs

1 file changed

+2
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Js/_files/jscs/.jscsrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
"preset": "jsdoc3",
104104
"extra": {
105105
"override": true,
106-
"inheritdoc": true
106+
"inheritdoc": true,
107+
"api": true
107108
}
108109
},
109110
"checkParamNames": true,

0 commit comments

Comments
 (0)