Skip to content

Commit

Permalink
update colorrick
Browse files Browse the repository at this point in the history
  • Loading branch information
pandrr committed Mar 7, 2024
1 parent f10d0d5 commit 63a8695
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
],
"no-return-await": 0,
"no-multiple-empty-lines": 0,
"no-mixed-operators":0
"no-mixed-operators":0,
"no-inner-declarations":0
}
}
3 changes: 1 addition & 2 deletions dev_cables.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"settings": {

"editor.codeActionsOnSave": {

"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSaveTimeout": 1000,
"eslint.alwaysShowStatus": true,
Expand Down
Loading

0 comments on commit 63a8695

Please sign in to comment.