Nicolapps / mapkit-react

🗺⚛️ A React wrapper for MapKit JS
https://nicolapps.github.io/mapkit-react/
MIT License
58 stars 11 forks source link

Implement dragging event with universal function #45

Closed nikischin closed 1 year ago

Nicolapps commented 1 year ago

This change was published in the latest release, mapkit-react 1.12.0.

nikischin commented 1 year ago

Thank you so much @Nicolapps! Also thank you for your code improvements! Talking about the editor settings, I remember you told me something about it already, could you possibly also add to the readme how to set up the configuration? I am used to eslint, but looks like you require some additional code validation? :)

Nicolapps commented 1 year ago

Thank you for the suggestion! I updated the README, and also updated the CI so that it runs EditorConfig automatically.

The ESLint configuration is coherent with the EditorConfig settings that are used in this repository, but ESLint only checks JavaScript/TypeScript files. With the new setup, it should be more convenient.