mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
8 lines
129 B
JSON
8 lines
129 B
JSON
{
|
|
"extends": [
|
|
"../configs/eslint/defaults.js",
|
|
"../configs/eslint/next.js"
|
|
],
|
|
"ignorePatterns": ["/*", "!/src"]
|
|
}
|