Skip to content

Commit

Permalink
Merge pull request #10 from lukasfreesemann/bugfix/pdf-export-command
Browse files Browse the repository at this point in the history
add eslint config and fix linting errors
  • Loading branch information
torbenschinke authored Sep 25, 2023
2 parents e039516 + 4e56bad commit 52a8b04
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 155 deletions.
20 changes: 20 additions & 0 deletions vsc-plugin/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
}
}
204 changes: 81 additions & 123 deletions vsc-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vsc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
"@types/glob": "8.1.0",
"@types/mocha": "10.0.1",
"@types/vscode": "^1.55.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "8.43.0",
"glob": "10.3.0",
"mocha": "10.2.0",
Expand Down
Loading

0 comments on commit 52a8b04

Please sign in to comment.