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
+2 -1
View File
@@ -8,6 +8,7 @@
"test": "ava"
},
"devDependencies": {
"ava": "^3.8.2"
"ava": "^3.8.2",
"eslint": "^7.5.0"
}
}