Skip to content

Commit

Permalink
feat#2 : eslint 전체 파일 명령어 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
DonghyunKim98 committed Dec 4, 2020
1 parent 80a7906 commit 4726a50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
"lint": "tsc --noEmit && eslint \"**/**/*.ts\"",
"lint-fix": "tsc --noEmit && eslint \"*/**/*.{js,ts,tsx}\" --quiet --fix"
},
"dependencies": {
"@react-native-community/cameraroll": "^4.0.1",
Expand Down

0 comments on commit 4726a50

Please sign in to comment.