Update TS types in definition file
Use the full words for parameters in color methods, not just `r` and `g`. This make our definitions more self-documented and allow us to remove @param from comments. This commit also fix other minor issues.
This commit is contained in:
parent
a489365c4f
commit
840483a750
2 changed files with 10 additions and 49 deletions
|
|
@ -61,8 +61,7 @@
|
|||
"types": "index.d.ts",
|
||||
"xo": {
|
||||
"ignores": [
|
||||
"test/_flow.js",
|
||||
"*.ts"
|
||||
"test/_flow.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue