Skip to content

Commit

Permalink
chore: update command linter error rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Apr 23, 2024
1 parent f196422 commit 1757d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"https://repository.map.naver.com/archive/maven",
"https://devrepo.kakao.com/nexus/content/groups/public/"
],
"minSdkVerson": 26,
"newArchEnabled": false
},
"ios": {
Expand Down
2 changes: 1 addition & 1 deletion script/lint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

set -e
echo '⚒️ eslint .'
yarn lint:js
yarn lint:ios
Expand Down

0 comments on commit 1757d10

Please sign in to comment.