File tree Expand file tree Collapse file tree 7 files changed +6813
-13
lines changed Expand file tree Collapse file tree 7 files changed +6813
-13
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ extends :[ "@react-native-community" ]
3
+ }
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- presets : [ " module:metro-react-native-babel-preset" ] ,
2
+ presets : [ ' module:metro-react-native-babel-preset' ] ,
3
3
plugins : [
4
4
[
5
- " module-resolver" ,
5
+ ' module-resolver' ,
6
6
{
7
7
alias : {
8
- " @react-native-community/progressview" : " ./js"
8
+ ' @react-native-community/progressview' : ' ./js' ,
9
9
} ,
10
- cwd : " babelrc"
11
- }
12
- ]
13
- ]
10
+ cwd : ' babelrc' ,
11
+ } ,
12
+ ] ,
13
+ ] ,
14
14
} ;
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ module.exports = {
10
10
getTransformOptions : async ( ) => ( {
11
11
transform : {
12
12
experimentalImportSupport : false ,
13
- inlineRequires : false
14
- }
15
- } )
16
- }
13
+ inlineRequires : false ,
14
+ } ,
15
+ } ) ,
16
+ } ,
17
17
} ;
Original file line number Diff line number Diff line change 1
1
/* @flow */
2
2
3
- export { default } from './ProgressViewIOS.ios' ;
3
+ export { default } from './ProgressViewIOS.ios' ;
Original file line number Diff line number Diff line change 9
9
"scripts" : {
10
10
"run:ios" : " node node_modules/react-native/local-cli/cli.js run-ios --project-path \" ./example/ios\" " ,
11
11
"start" : " node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD" ,
12
- "flow" : " flow"
12
+ "flow" : " flow" ,
13
+ "lint" : " eslint ."
13
14
},
14
15
"peerDependencies" : {
15
16
"react" : " ^16.8.3" ,
19
20
"devDependencies" : {
20
21
"@babel/core" : " ^7.4.3" ,
21
22
"@babel/runtime" : " ^7.4.3" ,
23
+ "@react-native-community/eslint-config" : " ^0.0.6" ,
24
+ "@react-native-community/eslint-plugin" : " ^1.0.0" ,
22
25
"babel-jest" : " 24.7.1" ,
23
26
"babel-plugin-module-resolver" : " ^3.2.0" ,
27
+ "eslint" : " ^6.8.0" ,
28
+ "eslint-plugin-prettier" : " ^3.1.2" ,
24
29
"flow-bin" : " ^0.86.0" ,
25
30
"jest" : " 24.7.1" ,
26
31
"metro-react-native-babel-preset" : " 0.53.1" ,
32
+ "prettier" : " ^1.19.1" ,
27
33
"react" : " 16.8.3" ,
28
34
"react-native" : " 0.59.5" ,
29
35
"react-test-renderer" : " 16.8.3"
You can’t perform that action at this time.
0 commit comments