Skip to content

Commit

Permalink
Fixed eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Austerschulte committed Jun 13, 2024
1 parent ce3e9ff commit dbc81d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/js/bundles/dn_what3words/What3wordsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import Point from "esri/geometry/Point";

const coordsUrl = "https://api.what3words.com/v3/convert-to-coordinates";
const suggestUrl = "https://api.what3words.com/v3/autosuggest";
// eslint-disable-next-line max-len
const regex = /^\/{0,}[^0-9`~!@#$%^&*()+\-_=[{\]}\\|'<,.>?/";:£§º©®\s]{1,}[・.。][^0-9`~!@#$%^&*()+\-_=[{\]}\\|'<,.>?/";:£§º©®\s]{1,}[・.。][^0-9`~!@#$%^&*()+\-_=[{\]}\\|'<,.>?/";:£§º©®\s]{1,}$/i;

const suggestCallback = (response) => {
Expand Down

0 comments on commit dbc81d9

Please sign in to comment.