MartinP460 / react-denmark-map

Customizable plug-and-play map of Denmark for visual presentation🗺️
https://react-denmark-map.vercel.app/
MIT License
21 stars 4 forks source link

[V2] Add ESLint import order rules and use absolute paths #44

Closed MartinP460 closed 8 months ago

MartinP460 commented 8 months ago

Proposed changes

Added ESLint rules for sorting imports. Also made the core package use absolute imports with the prefix @.

How to test

  1. In any file with multiple imports, try to switch up the import order and verify that ESLint complains.
  2. Similarly, try using a relative import and make sure ESLint complains.