Configure import/export

This commit is contained in:
Adria Navarro 2023-11-20 15:46:24 +01:00
parent 90ae387fbd
commit 0874489585
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@
"destructuredArrayIgnorePattern": "^_"
}
],
"import/no-relative-packages": "error"
"import/no-relative-packages": "error",
"import/export": "error"
},
"globals": {
"GeolocationPositionError": true