- Linting (ESLint): Update as per latest ash-nazg (bad jsdoc)
- npm: Update devDeps
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm run prep",
|
||||
"build-by-config": "rollup -c rollup-config.config.js",
|
||||
"open-allext-no-start": "open-cli http://localhost:8000/editor/svg-editor-es.html?extensions=ext-arrows.js,ext-closepath.js,ext-foreignobject.js,ext-helloworld.js,ext-mathjax.js,ext-php_savefile.js,ext-server_moinsave.js,ext-server_opensave.js,ext-webappfind.js,ext-xdomain-messaging.js",
|
||||
"open-allext": "run-p start open-allext-no-start",
|
||||
"open-no-start": "open-cli http://localhost:8000/editor/svg-editor-es.html",
|
||||
@@ -50,6 +49,7 @@
|
||||
"open-tests": "run-p start cypress:open",
|
||||
"report": "npx nyc report",
|
||||
"report-summary": "npx nyc report --reporter=text-summary",
|
||||
"build-by-config": "rollup -c rollup-config.config.js",
|
||||
"test-cov-prereport": "npm-run-all instrument --parallel --race start cypress:run",
|
||||
"test-cov": "run-s -c test-cov-prereport report-summary",
|
||||
"test-cov-open": "npm-run-all instrument --parallel --race start cypress:run",
|
||||
@@ -136,7 +136,7 @@
|
||||
"cypress": "^3.8.1",
|
||||
"cypress-axe": "^0.5.3",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-ash-nazg": "^16.0.0",
|
||||
"eslint-config-ash-nazg": "^16.1.0",
|
||||
"eslint-config-standard": "^14.1.0",
|
||||
"eslint-plugin-array-func": "^3.1.3",
|
||||
"eslint-plugin-compat": "^3.3.0",
|
||||
@@ -144,7 +144,7 @@
|
||||
"eslint-plugin-eslint-comments": "^3.1.2",
|
||||
"eslint-plugin-html": "^6.0.0",
|
||||
"eslint-plugin-import": "^2.19.1",
|
||||
"eslint-plugin-jsdoc": "^18.6.2",
|
||||
"eslint-plugin-jsdoc": "^19.0.0",
|
||||
"eslint-plugin-markdown": "^1.0.1",
|
||||
"eslint-plugin-no-unsanitized": "^3.0.2",
|
||||
"eslint-plugin-no-use-extend-native": "^0.4.1",
|
||||
|
||||
Reference in New Issue
Block a user