mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* added type for ffmpeg.js * corrected usage * corrected formatting * fixed linter errors * added fix for npm-naming error * reverted back commit * corrected exports * reworked ffmpeg * fixed according to linting errors * fix * declared function inside namespace; replaced back type * rewrote package to match examples from package documentation
7 lines
87 B
JSON
7 lines
87 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"npm-naming": false
|
|
}
|
|
}
|