Skip to content

Commit

Permalink
fix: add rule to vscode settings (typescript-eslint#4881)
Browse files Browse the repository at this point in the history
* fix: add rule to vscode settings

* Update settings.json
  • Loading branch information
Zamiell authored Apr 29, 2022
1 parent b53de9b commit 3eab889
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

{
// This matches the value configured on the autoformatter
"editor.rulers": [80],

// An array of language ids which should be validated by ESLint
"eslint.validate": [
"javascript",
Expand Down

0 comments on commit 3eab889

Please sign in to comment.