Update favicon and add PWA
This commit is contained in:
17
src-pwa/.eslintrc.js
Normal file
17
src-pwa/.eslintrc.js
Normal file
@@ -0,0 +1,17 @@
|
||||
const { resolve } = require('path');
|
||||
|
||||
module.exports = {
|
||||
parserOptions: {
|
||||
project: resolve(__dirname, './tsconfig.json'),
|
||||
},
|
||||
|
||||
overrides: [
|
||||
{
|
||||
files: ['custom-service-worker.ts'],
|
||||
|
||||
env: {
|
||||
serviceworker: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user