mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* updates flickity definitions for v2 and enables use as a module * adds tslint.json and makes tslint happy * tries to make travis happy
9 lines
184 B
JSON
9 lines
184 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"no-single-declare-module": false,
|
|
"no-var": false,
|
|
"unified-signatures": false
|
|
}
|
|
} |