esri-leaflet-geocoder icon indicating copy to clipboard operation
esri-leaflet-geocoder copied to clipboard

Enable (or fix) linting auto-formatting

Open gavinr opened this issue 5 years ago • 1 comments

Our build process checks for linting errors, but code editor plugins typically will rely on an .eslintrc file to auto-lint for you. We should set this up so editing is easier in the future ( the frustration is real :-)

See:

  • https://www.npmjs.com/package/eslint-config-semistandard
  • https://eslint.org/docs/developer-guide/shareable-configs

gavinr avatar May 21 '20 15:05 gavinr

This should end up being fairly similar to what we do for the other plugins and integrate Prettier and ESlint like on https://github.com/Esri/esri-leaflet/pull/1408.

patrickarlt avatar Sep 29 '25 16:09 patrickarlt