mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 22:44:43 +08:00
passes tests now
This commit is contained in:
2
types/next/index.d.ts
vendored
2
types/next/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for next
|
||||
// Type definitions for next 2.4
|
||||
// Project: https://github.com/zeit/next.js
|
||||
// Definitions by: Drew Hays <https://github.com/dru89>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"next-tests.ts",
|
||||
"tests/next-error-tests.tsx",
|
||||
"tests/next-head-tests.tsx",
|
||||
"tests/next-document-tests.tsx",
|
||||
"tests/next-link-tests.tsx",
|
||||
"tests/next-dynamic-tests.tsx",
|
||||
"tests/next-router-tests.tsx"
|
||||
"test/next-error-tests.tsx",
|
||||
"test/next-head-tests.tsx",
|
||||
"test/next-document-tests.tsx",
|
||||
"test/next-link-tests.tsx",
|
||||
"test/next-dynamic-tests.tsx",
|
||||
"test/next-router-tests.tsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "dtslint/dtslint.json",
|
||||
"extends": "dtslint/dt.json",
|
||||
"rules": {
|
||||
// All of the different "export default" lines in the index.d.ts
|
||||
// appear to be triggering this. Remove this when I know of a way
|
||||
|
||||
Reference in New Issue
Block a user