mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
* Init Dashboard V2 * Update README.md * use dedicated vars and prevent docker push on PRs --------- Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
14 lines
282 B
JSON
14 lines
282 B
JSON
{
|
|
"extends": ["next/core-web-vitals","prettier"],
|
|
"plugins": ["simple-import-sort"],
|
|
"rules": {
|
|
"simple-import-sort/imports": [
|
|
"warn",
|
|
{
|
|
"groups": [["^\\u0000", "^@?\\w", "^[^.]", "^\\."]]
|
|
}
|
|
],
|
|
"simple-import-sort/exports": "warn"
|
|
}
|
|
}
|