passes tests now

This commit is contained in:
Drew Hays
2017-07-05 11:43:50 -07:00
parent d12e78563c
commit f7bf798553
9 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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"
]
}

View File

@@ -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