Fixing linting errors

Fixing linting errors
This commit is contained in:
Haseeb Majid
2019-02-22 20:09:50 +00:00
parent 3c445519d1
commit d7143d2b2a
5 changed files with 1271562 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// Type definitions for react-native-snackbar-components 1.1.0
// Project: https://github.com/SiDevesh/React-Native-SnackBar-Component
// Project: https://github.com/sidevesh/react-native-snackbar
// Definitions by: Haseeb Majid <https://github.com/hmajid2301>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
File diff suppressed because it is too large Load Diff
@@ -4,11 +4,10 @@
"lib": [
"es6"
],
"jsx": "react-native",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
@@ -16,9 +15,10 @@
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-native"
},
"files": [
"index.d.ts",
"react-native-snackbar-component-tests.tsx"
]
}
}
@@ -1,3 +1 @@
{
"extends": "dtslint/dt.json",
}
{ "extends": "dtslint/dt.json" }