mirror of
https://github.com/rust-lang/mdBook.git
synced 2025-12-27 10:16:09 -05:00
11 lines
354 B
JSON
11 lines
354 B
JSON
{
|
|
"dependencies": {
|
|
"browser-ui-test": "0.22.3",
|
|
"eslint": "^9.34.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --no-warn-ignored crates/mdbook-html/front-end/*js crates/mdbook-html/front-end/**/*js crates/mdbook-html/front-end/**/*js.hbs",
|
|
"lint-fix": "eslint --fix crates/mdbook-html/front-end/*js crates/mdbook-html/front-end/**/*js"
|
|
}
|
|
}
|