pickingname / qualos

Earthquake information website using p2pquake API
https://qualos.info
GNU General Public License v3.0
0 stars 0 forks source link

(JS-R1000) Found multiple import of the same path #63

Closed pickingname closed 1 week ago

pickingname commented 1 week ago

Description

It is always recommended to group all imports of a single path or source in a single import declaration. These usually happen in a codebase when multiple developers are working on the same codebase. It helps improving code refactoring and code readability as well.

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/pickingname/qualos/issue/JS-R1000/occurrences/

pickingname commented 1 week ago

fixed