feat: add service-worker (workbox)

This commit is contained in:
Sergey Krylov 2024-06-26 06:22:13 +03:00
parent dc6c4c022e
commit 603bc7a319
168 changed files with 2006 additions and 37 deletions

View File

@ -2,7 +2,11 @@
"extends": "ksv741",
"reportUnusedDisableDirectives": true,
"settings": {
"import/resolver": "webpack"
"import/resolver": {
"typescript": {
"project": "./tsconfig.json"
}
}
},
"rules": {
"import/order": [
@ -79,20 +83,20 @@
"test.{[j|t]sx,[j|t]sx}",
"test-*.{[j|t]sx,[j|t]sx}",
"**/*{.,_}{test,spec}.{[j|t]sx,[j|t]sx}",
"**/jest.config.[j|t]",
"**/jest.setup.[j|t]",
"**/vue.config.[j|t]",
"**/webpack.config.[j|t]",
"**/webpack.config.*.[j|t]",
"**/rollup.config.[j|t]",
"**/rollup.config.*.[j|t]",
"**/gulpfile.[j|t]",
"**/gulpfile.*.[j|t]",
"**/Gruntfile{,.[j|t]}",
"**/protractor.conf.[j|t]",
"**/protractor.conf.*.[j|t]",
"**/karma.conf.[j|t]",
"**/.eslintrc.[j|t]"
"**/jest.config.[j|t]s",
"**/jest.setup.[j|t]s",
"**/vue.config.[j|t]s",
"**/webpack.config.[j|t]s",
"**/webpack.config.*.[j|t]s",
"**/rollup.config.[j|t]s",
"**/rollup.config.*.[j|t]s",
"**/gulpfile.[j|t]s",
"**/gulpfile.*.[j|t]s",
"**/Gruntfile{,.[j|t]}s",
"**/protractor.conf.[j|t]s",
"**/protractor.conf.*.[j|t]s",
"**/karma.conf.[j|t]s",
"**/.eslintrc.[j|t]s"
],
"optionalDependencies": false
}]

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More