feat: eslint 적용 및 관련 코드 일괄 수정
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"dev": "node -e \"console.log('dev not configured')\"",
|
||||
"lint": "node -e \"console.log('lint not configured')\"",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"test": "node -e \"console.log('test not configured')\"",
|
||||
"typecheck": "tsc -b"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user