File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Starting point for creating React Native plugins without native code.
1010## Usage
1111
1212```
13- npm init react-native-plugin react-native-my-plugin
13+ npm init -y react-native-plugin react-native-my-plugin
1414# or
1515npx create-react-native-plugin react-native-my-plugin
1616```
Original file line number Diff line number Diff line change 2222 "source" : " index.js" ,
2323 "files" : [
2424 " template" ,
25+ " template/.gitignore" ,
2526 " **/*.js"
2627 ],
2728 "keywords" : [
Original file line number Diff line number Diff line change 3333 "semi" : false
3434 },
3535 "eslintConfig" : {
36- "extends" : " @react-native-community"
36+ "extends" : " @react-native-community" ,
37+ "rules" : {
38+ "semi" : 0
39+ }
3740 },
3841 "jest" : {
3942 "preset" : " react-native" ,
You can’t perform that action at this time.
0 commit comments