mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update dependency: ava to 4.3.0.
This commit is contained in:
parent
986870061d
commit
91856f0423
3 changed files with 2 additions and 3 deletions
|
|
@ -39,7 +39,6 @@
|
|||
"example/*.js"
|
||||
],
|
||||
"rules": {
|
||||
"node/no-missing-require": "off",
|
||||
"node/no-extraneous-require": "off",
|
||||
"no-console": "off",
|
||||
"no-invalid-this": "off",
|
||||
|
|
@ -156,7 +155,7 @@
|
|||
"node/no-extraneous-import": "error",
|
||||
"node/no-extraneous-require": "error",
|
||||
"node/no-missing-import": "error",
|
||||
"node/no-missing-require": "error",
|
||||
"node/no-missing-require": "off",
|
||||
"node/no-new-require": "error",
|
||||
"node/no-path-concat": "error",
|
||||
"node/no-process-exit": "error",
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
"markdown-it": "13.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "3.15.0",
|
||||
"ava": "4.3.0",
|
||||
"c8": "7.11.3",
|
||||
"eslint": "8.18.0",
|
||||
"eslint-plugin-es": "4.1.0",
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue