mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02: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": [
|
||||
{
|
||||
"test": /\.[cm]?js$/,
|
||||
"exclude": /node_modules/,
|
||||
"use": {
|
||||
"loader": "babel-loader",
|
||||
"options": {
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": "defaults"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
"exclude": /node_modules/
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -69,11 +69,8 @@
|
|||
"markdownlint-micromark": "0.1.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.23.9",
|
||||
"@babel/preset-env": "7.23.9",
|
||||
"ajv": "8.12.0",
|
||||
"ava": "6.1.1",
|
||||
"babel-loader": "9.1.3",
|
||||
"c8": "9.1.0",
|
||||
"character-entities": "2.0.2",
|
||||
"eslint": "8.56.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue