Skip to content

Commit

Permalink
potential fix for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBlanckaert committed Nov 22, 2024
1 parent 319ed02 commit 0bf135e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tested/languages/typescript/eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ env:
rules:
no-var: "warn"
semi: "warn"
# Disable unused vars, otherwise written classes, functions and variables will be detected as unused,
# even when the student is expected to write these classes, functions and variables
# TODO: Add module.export before linting, to allow detecting unused vars in classes and functions
no-unused-vars: ["off", { "vars": "local", "args": "after-used", "ignoreRestSiblings": false }]

0 comments on commit 0bf135e

Please sign in to comment.