Use ESLint and reformat code

This commit is contained in:
Romain
2020-08-01 07:31:53 +00:00
parent 35c6b8fa33
commit 728ae6ef40
77 changed files with 4129 additions and 3302 deletions
+6
View File
@@ -0,0 +1,6 @@
rules:
no-unused-vars:
- error
- vars: 'local'
varsIgnorePattern: (^unused|_$)
argsIgnorePattern: ^(unused|_)