Skip to content

Commit

Permalink
remove eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Mar 6, 2024
1 parent 2bb4ccc commit bfb8aa6
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 4,354 deletions.
7 changes: 0 additions & 7 deletions .eslintignore

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/jsLinters/eslint.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .vscode/extensions.json

This file was deleted.

33 changes: 2 additions & 31 deletions .vscode/settings.json
@@ -1,33 +1,4 @@
{
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[json]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"editor.formatOnSave": true,
"eslint.format.enable": true,
"eslint.probe": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html",
"vue",
"markdown",
"json",
"jsonc"
],
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html",
"vue",
"markdown",
"json",
"jsonc"
],
"files.eol": "\n",
}
"files.eol": "\n"
}

0 comments on commit bfb8aa6

Please sign in to comment.