mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
fix: update ESLint check and test expectations
This commit is contained in:
parent
edd9b44ad3
commit
d8027030b0
2 changed files with 4 additions and 1 deletions
|
@ -43,6 +43,9 @@ class Linter:
|
|||
self.languages["typescript"] = f'"{eslint_file}" --format unix'
|
||||
return
|
||||
|
||||
# If no ESLint is found, set typescript to None
|
||||
self.languages["typescript"] = None
|
||||
|
||||
def set_linter(self, lang, cmd):
|
||||
if lang:
|
||||
self.languages[lang] = cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue