File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @balloman/expo-google-maps " : patch
3+ ---
4+
5+ Fix the build folder not being generated
Original file line number Diff line number Diff line change 1+ // @generated by expo-module-scripts
2+ module . exports = require ( 'expo-module-scripts/eslintrc.base.js' ) ;
Original file line number Diff line number Diff line change 1616 " **/.expo/*" ,
1717 " **/*.config.mjs" ,
1818 " **/.vscode/*" ,
19- " **/*.plugin.js"
19+ " **/*.plugin.js" ,
20+ " **/.eslintrc.js"
2021 ]
2122 },
2223 "formatter" : {
Original file line number Diff line number Diff line change 22{
33 "extends" : " expo-module-scripts/tsconfig.base" ,
44 "compilerOptions" : {
5- "outDir" : " ./build" ,
6- "resolveJsonModule" : true
5+ "outDir" : " ./build"
76 },
87 "include" : [" ./src" ],
98 "exclude" : [" **/__mocks__/*" , " **/__tests__/*" ]
You can’t perform that action at this time.
0 commit comments