Added: - 👷(CI) add bundle size check job - ✨(frontend) use title first emoji as doc icon in tree Changed: - ♻️(docs-app) Switch from Jest tests to Vitest - ♿(frontend) improve accessibility: - 🌐(frontend) set html lang attribute dynamically - ♿(frontend) inject language attribute to pdf export - ♿(frontend) improve accessibility of search modal - ♿(frontend) add correct attributes to decorative and interactive icons - 🎨(frontend) improve nav structure - ♿️(frontend) keyboard interaction with menu - ♿(frontend) improve header accessibility - ♿(frontend) improve accessibility for decorative images in editor - ♻️(backend) fallback to email identifier when no name - 🐛(backend) allow ASCII characters in user sub field - ⚡️(frontend) improve fallback width calculation Fixed: - 🐛(makefile) Windows compatibility fix for Docker volume mounting - 🐛(minio) fix user permission error with Minio and Windows - 🐛(frontend) fix export when quote block and inline code - 🐛(frontend) fix base64 font - 🐛(backend) allow editor to delete subpages - 🐛(frontend) fix dnd conflict with tree and Blocknote - 🐛(frontend) fix display bug on homepage
25 lines
689 B
JSON
25 lines
689 B
JSON
{
|
|
"name": "eslint-config-impress",
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint --ext .js ."
|
|
},
|
|
"dependencies": {
|
|
"@next/eslint-plugin-next": "15.5.2",
|
|
"@tanstack/eslint-plugin-query": "5.83.1",
|
|
"@typescript-eslint/eslint-plugin": "*",
|
|
"@typescript-eslint/parser": "*",
|
|
"eslint": "*",
|
|
"eslint-config-next": "15.5.2",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-jest": "29.0.1",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-playwright": "2.2.2",
|
|
"eslint-plugin-prettier": "5.5.4",
|
|
"eslint-plugin-testing-library": "7.6.6",
|
|
"prettier": "3.6.2"
|
|
}
|
|
}
|