Skip to content

Commit

Permalink
Merge pull request #22 from 4bujak-4bujak/feat/pwa
Browse files Browse the repository at this point in the history
Feat/pwa
  • Loading branch information
eun-hak authored May 30, 2024
2 parents 2e31167 + 02a7f54 commit 5851e43
Show file tree
Hide file tree
Showing 17 changed files with 1,495 additions and 38 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"root": true,
"env": {
"browser": true,
"es2020": true
"es2020": true,
"worker": true // 서비스 워커 환경 추가
},
"extends": [
"eslint:recommended",
Expand All @@ -24,5 +25,11 @@

"no-unused-vars": "warn",
"react/jsx-pascal-case": "warn"
},
"globals": {
"importScripts": "readonly",
"firebase": "readonly",
"clients": "readonly"
}

}
Loading

0 comments on commit 5851e43

Please sign in to comment.