Skip to content

Commit

Permalink
Merge pull request #71 from DPS0340/chore/bump-eslint-version
Browse files Browse the repository at this point in the history
chore: bump eslint version
  • Loading branch information
DPS0340 authored Oct 9, 2023
2 parents 1c9d505 + 3756249 commit 8ea3491
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 184 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules/**/*
.expo/*
.yarn
npm-debug.*
*.jks
*.p8
Expand All @@ -12,3 +11,6 @@ web-build/

# macOS
.DS_Store

.yarn
.yarnrc.yml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
Expand Down
Loading

0 comments on commit 8ea3491

Please sign in to comment.