umts / GISMap

GIS map being developed with AFS (initially for Parking Services)
https://maps.umass.edu/parking/
MIT License
2 stars 1 forks source link

Import statements #41

Open LiamBrandt opened 5 years ago

LiamBrandt commented 5 years ago

It would be nice to have the import statements ordered some way. We should also standardize the use of single and double quotes especially in these import statements (single quotes is the way to go).

LiamBrandt commented 5 years ago

This should be possible to enforce and fix using eslint plugin eslint-plugin-import with import/order, but when I tried it couldn't detect any problems with the order.