|
33 | 33 | "build:css": "mkdir -p dist && cp ./assets/css/leaflet.css ./dist/geosearch.css",
|
34 | 34 | "build:watch": "npm run build:dist -- --compress false --watch",
|
35 | 35 | "test": "jest",
|
36 |
| - "lint": "tsc --noEmit && eslint '{docs,src,test}/**/*.{js,ts,tsx}' --quiet --fix && prettier '**/*.{md,mdx,json}' --write", |
| 36 | + "lint": "tsc --noEmit && eslint \"{docs,src,test}/**/*.{js,ts,tsx}\" --quiet --fix && prettier \"**/*.{md,mdx,json}\" --write", |
37 | 37 | "docz:dev": "docz dev",
|
38 | 38 | "docz:build": "cross-env NODE_OPTIONS=--openssl-legacy-provider docz build",
|
39 | 39 | "docz:serve": "docz build && docz serve",
|
40 | 40 | "docs:update": "run-s clean build docz:build && git checkout gh-pages && find . -maxdepth 1 -type f -not -path '*/\\.*' -delete && cp -r .docz/dist/* . && git add . && (git diff --staged --exit-code || git commit -m \"update docs\") && git checkout - && git push origin gh-pages",
|
41 | 41 | "prepublish": "run-s test clean build",
|
42 |
| - "ci:lint": "eslint '{docs,src,test}/**/*.{js,ts,tsx}' -c ./.eslintrc.js", |
| 42 | + "ci:lint": "eslint \"{docs,src,test}/**/*.{js,ts,tsx}\" -c ./.eslintrc.js", |
43 | 43 | "ci:tsc": "tsc --noEmit --project ./tsconfig.json",
|
44 | 44 | "ci:test": "jest --ci",
|
45 | 45 | "bump:patch": "npm version patch -m 'release: cut the %s release'",
|
|
71 | 71 | "@emotion/core": "^10.3.1",
|
72 | 72 | "@types/google.maps": "^3.53.1",
|
73 | 73 | "@types/jest": "^29.1.1",
|
| 74 | + "@types/leaflet": "^1.9.20", |
74 | 75 | "@types/lodash.debounce": "^4.0.6",
|
75 | 76 | "@types/react-dom": "^18.0.6",
|
76 | 77 | "@types/react-leaflet": "^2.5.1",
|
|
0 commit comments