Skip to content

Commit

Permalink
Remove eslint
Browse files Browse the repository at this point in the history
We didn't run it in CI anyway and typescript checks are good enough
for now.
  • Loading branch information
thomaseizinger committed Aug 5, 2021
1 parent 46bfde8 commit dc361cc
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 929 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

16 changes: 0 additions & 16 deletions .eslintrc.json

This file was deleted.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"postinstall": "git config core.hooksPath .githooks",
"build": "webpack --mode production",
"compile": "tsc",
"lint": "eslint src/**/*.ts",
"test": "jest"
},
"repository": {
Expand All @@ -25,9 +24,6 @@
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/node": "^12.7.12",
"eslint": "^5.16.0",
"eslint-plugin-github": "^2.0.0",
"eslint-plugin-jest": "^22.21.0",
"jest": "^24.9.0",
"jest-circus": "^25.1.0",
"mock-env": "^0.2.0",
Expand Down
Loading

0 comments on commit dc361cc

Please sign in to comment.