Configure import/export
This commit is contained in:
parent
90ae387fbd
commit
0874489585
|
@ -57,7 +57,8 @@
|
|||
"destructuredArrayIgnorePattern": "^_"
|
||||
}
|
||||
],
|
||||
"import/no-relative-packages": "error"
|
||||
"import/no-relative-packages": "error",
|
||||
"import/export": "error"
|
||||
},
|
||||
"globals": {
|
||||
"GeolocationPositionError": true
|
||||
|
|
Loading…
Reference in New Issue