mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Fix eslint warnings (#2151)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: LE GOFF Vincent <g_n_s@hotmail.fr>
This commit is contained in:
parent
6cded14bdf
commit
9dfebbc949
75 changed files with 1110 additions and 931 deletions
|
@ -20,8 +20,8 @@ run([
|
|||
])
|
||||
|
||||
run([
|
||||
"node", eslint, "./js/**/*.{ts,js}", "./core/**/*.{ts,js}",
|
||||
"./tests/**/*.{ts,js}"
|
||||
"node", eslint, "--max-warnings=0", "./js/**/*.{ts,js}",
|
||||
"./core/**/*.{ts,js}", "./tests/**/*.{ts,js}"
|
||||
])
|
||||
|
||||
run([sys.executable, "third_party/depot_tools/pylint.py"] +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue