2025-02-21 22:55:23 +01:00
|
|
|
{
|
|
|
|
|
"dependencies": {
|
2026-02-01 00:35:08 +00:00
|
|
|
"browser-ui-test": "0.23.3",
|
2025-08-25 14:29:00 -07:00
|
|
|
"eslint": "^9.34.0"
|
2025-02-21 22:55:23 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2025-08-25 15:15:47 -07:00
|
|
|
"lint": "eslint --no-warn-ignored crates/mdbook-html/front-end/*js crates/mdbook-html/front-end/**/*js crates/mdbook-html/front-end/**/*js.hbs",
|
2025-07-21 18:07:42 -07:00
|
|
|
"lint-fix": "eslint --fix crates/mdbook-html/front-end/*js crates/mdbook-html/front-end/**/*js"
|
2025-05-30 12:20:19 -07:00
|
|
|
}
|
2025-02-21 22:55:23 +01:00
|
|
|
}
|