mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-27 06:29:21 -05:00
19 lines
261 B
JSON
19 lines
261 B
JSON
{
|
|
"fmt": {
|
|
"exclude": [
|
|
"./internal/view/static/libs/**/*"
|
|
]
|
|
},
|
|
"lint": {
|
|
"exclude": [
|
|
"./internal/view/static/libs/**/*"
|
|
],
|
|
"rules": {
|
|
"exclude": [
|
|
"no-window",
|
|
"no-window-prefix"
|
|
]
|
|
}
|
|
}
|
|
}
|