mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Standardize @return, @param, type case.
This commit is contained in:
@@ -6,7 +6,18 @@
|
||||
"no-var": "error",
|
||||
"strict": "error",
|
||||
"valid-jsdoc": ["error", {
|
||||
"requireReturn": false
|
||||
"requireReturn": false,
|
||||
"prefer": {
|
||||
"arg": "param",
|
||||
"argument": "param",
|
||||
"returns": "return"
|
||||
},
|
||||
"preferType": {
|
||||
"Boolean": "boolean",
|
||||
"Number": "number",
|
||||
"String": "string",
|
||||
"object": "Object"
|
||||
}
|
||||
}]
|
||||
},
|
||||
"env": {
|
||||
|
||||
Reference in New Issue
Block a user