mirror of
https://github.com/stoatchat/service-admin-panel.git
synced 2026-07-01 21:44:47 -04:00
10 lines
158 B
JSON
10 lines
158 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"plugins": [
|
|
"eslint-plugin-react-compiler"
|
|
],
|
|
"rules": {
|
|
"react-compiler/react-compiler": "error"
|
|
}
|
|
}
|