mirror of
https://github.com/rust-lang/mdBook.git
synced 2026-05-16 15:01:40 -04:00
11 lines
354 B
JSON
11 lines
354 B
JSON
{
|
|
"dependencies": {
|
|
"browser-ui-test": "0.23.3",
|
|
"eslint": "^10.0.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"
|
|
}
|
|
}
|