mdbook/package.json

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

11 lines
296 B
JSON
Raw Normal View History

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