Skip to content

Commit

Permalink
Revert "Setup"
Browse files Browse the repository at this point in the history
This reverts commit 851eaad.
  • Loading branch information
Marioneq4958 committed Feb 18, 2024
1 parent 421e6b2 commit c98e0d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
8 changes: 0 additions & 8 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,4 @@ module.exports = {
'@typescript-eslint/prefer-regexp-exec': 'error',
'arrow-body-style': ['error', 'as-needed'],
},
overrides: [
{
files: ['tests/*'],
env: {
jest: true,
},
},
],
};
10 changes: 2 additions & 8 deletions packages/asc-scrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@
"build": "tsc",
"start": "node .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "npx jest"
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@timetable-api/common": "workspace:*"
},
"type": "module",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2"
}
"type": "module"
}
5 changes: 0 additions & 5 deletions packages/asc-scrapper/tests/sum.test.ts

This file was deleted.

0 comments on commit c98e0d8

Please sign in to comment.