- Linting (ESLint): Fix for stricter linting checks

- npm: Update devDeps and core-js copy
This commit is contained in:
Brett Zamir
2019-08-19 15:52:47 -07:00
parent 3808f7d7c1
commit 9e99e598f6
14 changed files with 247 additions and 186 deletions

View File

@@ -107,7 +107,7 @@ export default [
input: 'editor/redirect-on-lacking-support.js',
output: {
format: 'iife',
file: `dist/redirect-on-lacking-support.js`
file: 'dist/redirect-on-lacking-support.js'
},
plugins: [babel()]
},
@@ -115,7 +115,7 @@ export default [
input: 'editor/jspdf/jspdf.plugin.svgToPdf.js',
output: {
format: 'iife',
file: `dist/jspdf.plugin.svgToPdf.js`
file: 'dist/jspdf.plugin.svgToPdf.js'
},
plugins: [babel()]
},
@@ -216,6 +216,7 @@ export default [
...[
// For now, we'll replace with globals
// We'll still make at least one import: editor/ext-locale/storage/
// eslint-disable-next-line quotes
`import '../svgpathseg.js';`
].map((tst) => {
return {