Skip to content

Commit

Permalink
Reverst settings
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Dec 13, 2023
1 parent 917832f commit a0cdca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"],
"editor.formatOnSave": true,
Expand Down
5 changes: 2 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "3.0.1-beta.2",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "npm"
}

0 comments on commit a0cdca5

Please sign in to comment.