mirror of
https://github.com/rust-lang/mdBook.git
synced 2025-12-27 12:43:52 -05:00
This is a pure git rename in order to make sure that git can follow history. The next commit will integrate these into mdbook-html. Additional commits will refactor/move/remove items.
11 lines
296 B
JSON
11 lines
296 B
JSON
{
|
|
"dependencies": {
|
|
"browser-ui-test": "0.21.1",
|
|
"eslint": "^8.57.1"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint crates/mdbook-html/front-end/*js crates/mdbook-html/front-end/**/*js",
|
|
"lint-fix": "eslint --fix crates/mdbook-html/front-end/*js crates/mdbook-html/front-end/**/*js"
|
|
}
|
|
}
|