* 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
17 lines
261 B
JSON
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": "."
|
|
}
|
|
}
|
|
}
|