Files
medusa-store/www/api-reference/.eslintrc.json
Shahed Nasser 9cc0bc6c9d docs,api-ref: design + algolia fixes (#4775)
* fix algolia results on same page

* fix navigation bar for mobile

* fix eslint configurations

* fix github action

* fix search icon on mobile

* fix code block dark mode
2023-08-16 11:38:50 +03:00

17 lines
261 B
JSON

{
"extends": [
"next/core-web-vitals",
"google",
"../.eslintrc.js"
],
"rules": {
"react/react-in-jsx-scope": "off",
"@typescript-eslint/prefer-ts-expect-error": "off"
},
"settings": {
"next": {
"rootDir": "."
}
}
}