DefinitelyTyped/types/ffmpeg.js/tslint.json
Max Boguslavsky c8e9c5a677 Added typing for ffmpeg.js (#40276)
* 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
2019-11-19 15:46:27 -08:00

7 lines
87 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"npm-naming": false
}
}