mdbook/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
354 B
JSON
Raw Normal View History

2025-02-21 22:55:23 +01:00
{
"dependencies": {
"browser-ui-test": "0.21.3",
"eslint": "^9.34.0"
2025-02-21 22:55:23 +01:00
},
"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"
}
2025-02-21 22:55:23 +01:00
}