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

Binary file not shown.

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