2025-02-21 22:55:23 +01:00
|
|
|
{
|
|
|
|
|
"dependencies": {
|
2026-06-08 15:38:02 +02:00
|
|
|
"browser-ui-test": "0.24.0",
|
2026-03-01 00:45:13 +00:00
|
|
|
"eslint": "^10.0.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
|
|
|
}
|