mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Remove last ESLint presence
.. ///
This commit is contained in:
parent
4858f06b38
commit
d4a8b6be17
@ -78,7 +78,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
if ('serviceWorker' in navigator) {
|
||||
window.addEventListener('load', function() {
|
||||
navigator.serviceWorker.register('service-worker.js', {
|
||||
scope: Polymer.rootPath,
|
||||
scope: Polymer.rootPath
|
||||
});
|
||||
});
|
||||
}
|
||||
@ -94,7 +94,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
font-family: "Roboto", "Noto", sans-serif;
|
||||
line-height: 1.5;
|
||||
min-height: 100vh;
|
||||
background-color: #eeeeee;
|
||||
|
@ -8,8 +8,6 @@
|
||||
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||
*/
|
||||
|
||||
/* eslint no-console: ["error", { allow: ["info"] }] */
|
||||
|
||||
console.info(
|
||||
'Service worker disabled for development, will be generated at build time.'
|
||||
'Service Worker disabled for development, will be generated at build time.'
|
||||
);
|
||||
|
@ -8,17 +8,15 @@
|
||||
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||
*/
|
||||
|
||||
/* eslint-env node */
|
||||
|
||||
module.exports = {
|
||||
staticFileGlobs: [
|
||||
'manifest.json',
|
||||
'src/**/*',
|
||||
'manifest.json'
|
||||
],
|
||||
runtimeCaching: [
|
||||
{
|
||||
urlPattern: /\/@webcomponents\/webcomponentsjs\//,
|
||||
handler: 'fastest'
|
||||
}
|
||||
],
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user