0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

Update dependencies: @vercel/ncc to 0.29.0, eslint to 7.31.0, eslint-plugin-unicorn to 34.0.1.

This commit is contained in:
David Anson 2021-07-22 21:56:19 -07:00
parent 5bd5f07ddd
commit f67293411f
3 changed files with 2047 additions and 1852 deletions

View file

@ -74,6 +74,7 @@
"unicorn/no-abusive-eslint-disable": "error",
"unicorn/no-array-callback-reference": "error",
"unicorn/no-array-for-each": "error",
"unicorn/no-array-method-this-argument": "error",
"unicorn/no-array-push-push": "error",
"unicorn/no-array-reduce": "error",
"unicorn/no-console-spaces": "error",
@ -104,6 +105,7 @@
"unicorn/prefer-array-flat-map": "error",
"unicorn/prefer-array-index-of": "error",
"unicorn/prefer-array-some": "error",
"unicorn/prefer-at": "error",
"unicorn/prefer-date-now": "error",
"unicorn/prefer-default-parameters": "error",
"unicorn/prefer-dom-node-append": "error",
@ -118,7 +120,9 @@
"unicorn/prefer-negative-index": "error",
"unicorn/prefer-node-protocol": "error",
"unicorn/prefer-number-properties": "error",
"unicorn/prefer-object-has-own": "error",
"unicorn/prefer-optional-catch-binding": "error",
"unicorn/prefer-prototype-methods": "error",
"unicorn/prefer-query-selector": "error",
"unicorn/prefer-reflect-apply": "error",
"unicorn/prefer-regexp-test": "error",
@ -130,8 +134,12 @@
"unicorn/prefer-string-trim-start-end": "error",
"unicorn/prefer-switch": "error",
"unicorn/prefer-ternary": "error",
"unicorn/prefer-top-level-await": "off",
"unicorn/prefer-type-error": "error",
"unicorn/prevent-abbreviations": "error",
"unicorn/require-array-join-separator": "error",
"unicorn/require-number-to-fixed-digits-argument": "error",
"unicorn/require-post-message-target-origin": "error",
"unicorn/string-content": "error",
"unicorn/throw-new-error": "error"
}

3885
dist/index.js vendored

File diff suppressed because one or more lines are too long

View file

@ -21,9 +21,9 @@
"markdownlint-cli2": "^0.0.14"
},
"devDependencies": {
"@vercel/ncc": "~0.27.0",
"eslint": "~7.27.0",
"@vercel/ncc": "~0.29.0",
"eslint": "~7.31.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-unicorn": "~32.0.1"
"eslint-plugin-unicorn": "~34.0.1"
}
}