Skip to content

Commit

Permalink
eslint 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoldu committed Mar 27, 2022
1 parent 0af1b83 commit a14cdef
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
tsconfigRootDir: __dirname,
project: 'tsconfig.json',
sourceType: 'module',
extraFileExtensions: [
Expand Down
2 changes: 1 addition & 1 deletion db.json → data/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"endDate": "채용시까지",
"link": "htt ps:https://careers.kakao.com/jobs/P-12234",
"link": "https:https://careers.kakao.com/jobs/P-12234",
"description": "[브런치/티스토리] Android 앱 개발자(1년차 이상) 채용"
},
{
Expand Down
8 changes: 8 additions & 0 deletions tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"include": [
"src",
"test",
"data"
]
}
9 changes: 7 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"noUnusedParameters": true,
"strict": true,
"useUnknownInCatchVariables": false,
"noImplicitOverride": true,
}
"noImplicitOverride": true
},
"include": [
"src",
"test",
"data,"
]
}

0 comments on commit a14cdef

Please sign in to comment.