update devDependencies to last stable. Disable new object-curly-spacing
standard rule (eslint-config-standard#124).
This commit is contained in:
parent
88a8561376
commit
27218fa604
@ -12,6 +12,7 @@
|
|||||||
"outerIIFEBody": 0
|
"outerIIFEBody": 0
|
||||||
}],
|
}],
|
||||||
"space-before-function-paren": "off",
|
"space-before-function-paren": "off",
|
||||||
|
"object-curly-spacing": "off",
|
||||||
"operator-linebreak": ["error", "before", { "overrides": { "=": "after" } }],
|
"operator-linebreak": ["error", "before", { "overrides": { "=": "after" } }],
|
||||||
"no-cond-assign": "off",
|
"no-cond-assign": "off",
|
||||||
"no-useless-escape": "off",
|
"no-useless-escape": "off",
|
||||||
|
707
package-lock.json
generated
707
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -30,21 +30,21 @@
|
|||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"commonmark": "0.x",
|
"commonmark": "0.x",
|
||||||
"eslint": "^4.19.1",
|
"eslint": "^5.12.0",
|
||||||
"eslint-config-standard": "^11.0.0",
|
"eslint-config-standard": "^12.0.0",
|
||||||
"eslint-plugin-import": "^2.14.0",
|
"eslint-plugin-import": "^2.14.0",
|
||||||
"eslint-plugin-node": "^5.2.1",
|
"eslint-plugin-node": "^8.0.1",
|
||||||
"eslint-plugin-promise": "^3.8.0",
|
"eslint-plugin-promise": "^4.0.1",
|
||||||
"eslint-plugin-standard": "^3.1.0",
|
"eslint-plugin-standard": "^4.0.0",
|
||||||
"eslint-plugin-vuln-regex-detector": "^1.0.4",
|
"eslint-plugin-vuln-regex-detector": "^1.0.4",
|
||||||
"front-matter": "^2.3.0",
|
"front-matter": "^3.0.1",
|
||||||
"glob-to-regexp": "0.3.0",
|
"glob-to-regexp": "^0.4.0",
|
||||||
"@markedjs/html-differ": "^2.0.0",
|
"@markedjs/html-differ": "^2.0.0",
|
||||||
"jasmine": "^3.2.0",
|
"jasmine": "^3.3.1",
|
||||||
"jasmine2-custom-message": "^0.9.3",
|
"jasmine2-custom-message": "^0.9.3",
|
||||||
"markdown": "0.x",
|
"markdown": "0.x",
|
||||||
"markdown-it": "8.x",
|
"markdown-it": "8.x",
|
||||||
"uglify-js": "^3.4.8"
|
"uglify-js": "^3.4.9"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jasmine --config=jasmine.json",
|
"test": "jasmine --config=jasmine.json",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user