- npm: Update devDep
- Docs (code comment): Update comment now that config file is automatically createdmaster
parent
d84f39cb3f
commit
4289d131a2
|
@ -27,8 +27,8 @@
|
|||
using for at least `String.prototype.includes`, `Array.prototype.includes`,
|
||||
`String.prototype.startsWith` -->
|
||||
<script src="external/@babel/polyfill/polyfill.min.js"></script>
|
||||
<!-- If you do not wish to add extensions by URL, you can load them
|
||||
by creating the following file and adding by calls to svgEditor.setConfig -->
|
||||
<!-- If you do not wish to add extensions by URL, you can add calls
|
||||
within the following file to svgEditor.setConfig -->
|
||||
<script type="module" src="../svgedit-config-es.js"></script>
|
||||
|
||||
<!-- FEEDS -->
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
using for at least `String.prototype.includes`, `Array.prototype.includes`,
|
||||
`String.prototype.startsWith` -->
|
||||
<script src="external/@babel/polyfill/polyfill.min.js"></script>
|
||||
<!-- If you do not wish to add extensions by URL, you can load them
|
||||
by creating the following file and adding by calls to svgEditor.setConfig -->
|
||||
<!-- If you do not wish to add extensions by URL, you can add calls
|
||||
within the following file to svgEditor.setConfig -->
|
||||
<script defer="defer" src="../svgedit-config-iife.js"></script>
|
||||
|
||||
<!-- FEEDS -->
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
using for at least `String.prototype.includes`, `Array.prototype.includes`,
|
||||
`String.prototype.startsWith` -->
|
||||
<script src="external/@babel/polyfill/polyfill.min.js"></script>
|
||||
<!-- If you do not wish to add extensions by URL, you can load them
|
||||
by creating the following file and adding by calls to svgEditor.setConfig -->
|
||||
<!-- If you do not wish to add extensions by URL, you can add calls
|
||||
within the following file to svgEditor.setConfig -->
|
||||
<script type="module" src="xdomain-svgedit-config-es.js"></script>
|
||||
|
||||
<!-- FEEDS -->
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
using for at least `String.prototype.includes`, `Array.prototype.includes`,
|
||||
`String.prototype.startsWith` -->
|
||||
<script src="external/@babel/polyfill/polyfill.min.js"></script>
|
||||
<!-- If you do not wish to add extensions by URL, you can load them
|
||||
by creating the following file and adding by calls to svgEditor.setConfig -->
|
||||
<!-- If you do not wish to add extensions by URL, you can add calls
|
||||
within the following file to svgEditor.setConfig -->
|
||||
<script defer="defer" src="xdomain-svgedit-config-iife.js"></script>
|
||||
|
||||
<!-- FEEDS -->
|
||||
|
|
|
@ -90,7 +90,7 @@
|
|||
"eslint-config-standard": "12.0.0",
|
||||
"eslint-plugin-compat": "^3.1.1",
|
||||
"eslint-plugin-eslint-comments": "^3.1.1",
|
||||
"eslint-plugin-import": "2.17.1",
|
||||
"eslint-plugin-import": "2.17.2",
|
||||
"eslint-plugin-jsdoc": "^4.8.3",
|
||||
"eslint-plugin-markdown": "^1.0.0",
|
||||
"eslint-plugin-no-use-extend-native": "^0.4.0",
|
||||
|
|
Loading…
Reference in New Issue