mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 05:38:41 +03:00
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
},
|
|
"ignore": ["node_modules", ".next", "dist"]
|
|
},
|
|
"formatter": {
|
|
"ignore": ["node_modules", ".next", "dist"]
|
|
}
|
|
}
|