Skip to content

Commit

Permalink
Merge pull request #540 from plaid/dt-start-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid authored Aug 7, 2023
2 parents 00b1581 + 6a7a3e2 commit 3cada43
Show file tree
Hide file tree
Showing 28 changed files with 34,446 additions and 139 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
env: {
node: true,
jest: true,
},
extends: 'eslint:recommended',
globals: {
Expand All @@ -18,6 +19,7 @@ module.exports = {
sourceType: 'module',
},
plugins: ['react'],
ignorePatterns: ['!.*', 'dist', 'node_modules'],
rules: {
'react/jsx-uses-react': 2,
'react/jsx-uses-vars': 2,
Expand Down
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ node_modules/
npm-debug.log
yarn-error.log

# This points at internal endpoints which shouldn't be exposed to the public repo.
package-lock.json

# Xcode
#
build/
Expand Down Expand Up @@ -48,5 +45,4 @@ buck-out/
*.keystore

# React Native ts
dist/

dist/
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false
"bracketSameLine": false
}
16 changes: 0 additions & 16 deletions check_version_hook.js

This file was deleted.

6 changes: 5 additions & 1 deletion example/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
module.exports = {
root: true,
extends: '@react-native-community',
parser: 'babel-eslint',
extends: 'eslint:recommended',
env: {
node: true,
},
};
3 changes: 0 additions & 3 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ yarn-error.log
**/fastlane/screenshots
**/fastlane/test_output

# Bundle artifact
*.jsbundle

# Ruby / CocoaPods
/ios/Pods/
/vendor/bundle/
Expand Down
Loading

0 comments on commit 3cada43

Please sign in to comment.