Linting fixes

This commit is contained in:
Haseeb Majid
2019-02-22 20:46:09 +00:00
parent 44d60d3fcb
commit 1c2b40bfe9
4 changed files with 7 additions and 9 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
// Type definitions for react-native-percentage-circle 1.0.7
// Type definitions for react-native-percentage-circle 1.0
// Project: https://github.com/JackPu/react-native-percentage-circle
// Definitions by: Haseeb Majid <https://github.com/hmajid2301>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
import * as React from 'react';
import { TextStyle } from 'react-native';
@@ -17,4 +17,4 @@ class PercentageCircleTest extends React.Component {
</View>
);
}
}
}
@@ -4,21 +4,20 @@
"lib": [
"es6"
],
"jsx": "react-native",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"jsx": "react-native"
},
"files": [
"index.d.ts",
"react-native-percentage-circle-tests.tsx"
]
}
}
@@ -1,3 +1 @@
{
"extends": "dtslint/dt.json",
}
{ "extends": "dtslint/dt.json" }