mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
9 lines
122 B
JavaScript
9 lines
122 B
JavaScript
module.exports = {
|
|
extends: [
|
|
"next/core-web-vitals",
|
|
],
|
|
rules: {
|
|
"react/jsx-indent": ["error", 2],
|
|
},
|
|
};
|