follow pull request template

This commit is contained in:
Drew Hays
2017-07-05 11:28:43 -07:00
parent 205aa683dc
commit d12e78563c
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
"jsx": "react",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"

View File

@@ -3,7 +3,7 @@
"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
// to declare a default export across multiple packages.
// to declare a default export across multiple package/subpackages.
"strict-export-declare-modifiers": false,
// This is a pretty generic one to have to ignore, but it's because