Skip to content

Commit

Permalink
chore: add root yarn.lock, so we have more stable ci (#3629)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Sep 19, 2024
1 parent 127b699 commit 0def7d3
Show file tree
Hide file tree
Showing 3 changed files with 12,995 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
'react-native/no-inline-styles': 0,
'@typescript-eslint/no-explicit-any': ['error', { ignoreRestArgs: true }],
},
ignorePatterns: ['**/rnmapbox.web.symlink', 'plugin/build/'],
ignorePatterns: ['**/rnmapbox.web.symlink', 'plugin/build/', 'example/dist'],
overrides: [
{
// Match TypeScript Files
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ node_modules
/bots/node_modules/
package-lock.json
/example/package-lock.json
yarn.lock
/example/yarn.lock

# Expo
.expo
example/dist

# Test generated files
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
Expand Down
Loading

0 comments on commit 0def7d3

Please sign in to comment.