DefinitelyTyped/types/figma/tslint.json
Rudi Chen b1ccf5f624 Add typings for Figma Plugin API (#37748)
* add typings for Figma API

* small test file

* add note about contacting us

* lint

* header review
2019-08-20 12:45:36 -07:00

7 lines
88 B
JSON

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