mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Move to index.d.ts and fix other lints
Also turn on linting.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Type definitions for web-animations-js v2.2.2
|
||||
// Type definitions for web-animations-js 2.2
|
||||
// Project: https://github.com/web-animations/web-animations-js
|
||||
// Definitions by: Kristian Moerch <https://github.com/kritollm/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -18,7 +18,7 @@
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"web-animations-js.d.ts",
|
||||
"index.d.ts",
|
||||
"web-animations-js-tests.ts"
|
||||
]
|
||||
}
|
||||
|
||||
1
types/web-animations-js/tslint.json
Normal file
1
types/web-animations-js/tslint.json
Normal file
@@ -0,0 +1 @@
|
||||
{ "extends": "../tslint.json" }
|
||||
Reference in New Issue
Block a user