Skip to content

Commit acf8805

Browse files
Daniel PradoDaniel Prado
authored andcommitted
feat: eslint10
1 parent a1e05e9 commit acf8805

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"editor.codeActionsOnSave": {
3+
"source.fixAll.eslint": "explicit"
4+
},
5+
"editor.formatOnPaste": false,
6+
"editor.formatOnSave": false,
7+
"editor.formatOnType": false,
8+
"editor.rulers": [
9+
{ "color": "#fd3e3e78", "column": 120 }
10+
],
11+
"editor.tabSize": 2,
12+
"eslint.validate": [
13+
"javascript",
14+
"javascriptreact",
15+
"typescript",
16+
"typescriptreact"
17+
]
18+
}

0 commit comments

Comments
 (0)