Skip to content

Commit

Permalink
Merge pull request #16 from LtbLightning/lint-upgrade
Browse files Browse the repository at this point in the history
resolve lint issues
  • Loading branch information
BitcoinZavior authored Oct 18, 2024
2 parents 9f3c7d1 + e2bcf1c commit cb12e73
Show file tree
Hide file tree
Showing 2 changed files with 1,238 additions and 1,376 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,18 @@
"scripts": {
"compile": "rm -rf lib && tsc -p .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prepare": "yarn compile",
"test": "jest",
"postinstall": "node ./src/installer.js"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/runtime": "^7.16.7",
"@react-native-community/eslint-config": "^3.0.1",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^27.4.0",
"@types/react-native": "^0.66.15",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^27.4.6",
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.67.0",
Expand All @@ -60,5 +59,8 @@
"dependencies": {
"adm-zip": "^0.5.9",
"request": "^2.88.2"
},
"overrides": {
"eslint": "^8.0.0"
}
}
Loading

0 comments on commit cb12e73

Please sign in to comment.