Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Dec 5, 2023
1 parent 1c292c8 commit 78baa01
Show file tree
Hide file tree
Showing 93 changed files with 511 additions and 408 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bash ./scripts/install/install.sh",
"postCreateCommand": "bash ./packages/scripts/install/install.sh",

// Configure tool-specific properties.
"customizations": {
"postCreateCommand": "bash ./scripts/install/install.sh",
"postCreateCommand": "bash ./packages/scripts/install/install.sh",
"vscode": {
"extensions": [
"formulahendry.auto-rename-tag",
Expand Down
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

83 changes: 0 additions & 83 deletions .eslintrc.js

This file was deleted.

Loading

0 comments on commit 78baa01

Please sign in to comment.