mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
Added: - 🚩(backend) add feature flag for the footer - 🔧(backend) add view to manage footer json - ✨(frontend) add custom css style - 🚩(frontend) conditionally render AI button only when feature is enabled Changed: - 🚨(frontend) block button when creating doc Fixed: - 🐛(back) validate document content in serializer - 🐛(frontend) fix selection click past end of content
25 lines
727 B
JSON
25 lines
727 B
JSON
{
|
|
"name": "eslint-config-impress",
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint --ext .js ."
|
|
},
|
|
"dependencies": {
|
|
"@next/eslint-plugin-next": "15.2.1",
|
|
"@tanstack/eslint-plugin-query": "5.66.1",
|
|
"@typescript-eslint/eslint-plugin": "*",
|
|
"@typescript-eslint/parser": "*",
|
|
"eslint": "*",
|
|
"eslint-config-next": "15.2.1",
|
|
"eslint-config-prettier": "10.0.2",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"eslint-plugin-jest": "28.11.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-playwright": "2.2.0",
|
|
"eslint-plugin-prettier": "5.2.3",
|
|
"eslint-plugin-react": "7.37.4",
|
|
"eslint-plugin-testing-library": "7.1.1",
|
|
"prettier": "3.5.3"
|
|
}
|
|
}
|