Skip to content

Commit

Permalink
Merge pull request #184 from openstreetmap-polska/biome
Browse files Browse the repository at this point in the history
eslint -> biome
  • Loading branch information
starsep authored Dec 24, 2023
2 parents 3a87525 + e7e3319 commit fef4a8b
Show file tree
Hide file tree
Showing 19 changed files with 417 additions and 3,509 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& chmod g+s ${NPM_GLOBAL} \
&& npm config -g set prefix ${NPM_GLOBAL} \
&& sudo -u ${USERNAME} npm config -g set prefix ${NPM_GLOBAL} \
# Install eslint
&& su ${USERNAME} -c "umask 0002 && npm install -g eslint" \
&& npm cache clean --force > /dev/null 2>&1 \
# Install python-is-python3 on bullseye to prevent node-gyp regressions
&& . /etc/os-release \
Expand Down
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"dbaeumer.vscode-eslint",
"dsznajder.es7-react-js-snippets",
"esbenp.prettier-vscode",
"lukas-tr.materialdesignicons-intellisense",
Expand Down
47 changes: 0 additions & 47 deletions .eslintrc.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ typings/
# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
Expand Down
Loading

0 comments on commit fef4a8b

Please sign in to comment.