mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 15:00:13 +01:00
Remove @babel/core, @babel/preset-env, babel-loader packages as (dev) dependencies.
This commit is contained in:
parent
ac47b5772f
commit
89eef68dbd
3 changed files with 2261 additions and 1416 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -21,20 +21,7 @@ function config(options) {
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"test": /\.[cm]?js$/,
|
"test": /\.[cm]?js$/,
|
||||||
"exclude": /node_modules/,
|
"exclude": /node_modules/
|
||||||
"use": {
|
|
||||||
"loader": "babel-loader",
|
|
||||||
"options": {
|
|
||||||
"presets": [
|
|
||||||
[
|
|
||||||
"@babel/preset-env",
|
|
||||||
{
|
|
||||||
"targets": "defaults"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -69,11 +69,8 @@
|
||||||
"markdownlint-micromark": "0.1.8"
|
"markdownlint-micromark": "0.1.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.23.9",
|
|
||||||
"@babel/preset-env": "7.23.9",
|
|
||||||
"ajv": "8.12.0",
|
"ajv": "8.12.0",
|
||||||
"ava": "6.1.1",
|
"ava": "6.1.1",
|
||||||
"babel-loader": "9.1.3",
|
|
||||||
"c8": "9.1.0",
|
"c8": "9.1.0",
|
||||||
"character-entities": "2.0.2",
|
"character-entities": "2.0.2",
|
||||||
"eslint": "8.56.0",
|
"eslint": "8.56.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue