fix eslint formatting

merge-requests/203/head
Matthew Chambers 2022-09-11 15:15:00 -05:00 zatwierdzone przez Tag
rodzic cd7ed992d4
commit c617168396
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ module.exports = {
semi: 0,
"space-before-function-paren": 0,
"one-var": 0,
no-trailing-spaces: ["error", { "skipBlankLines": true, "ignoreComments": true }],
"no-trailing-spaces": ["error", { skipBlankLines: true, ignoreComments: true }],
/* ESLint checks we should consider fixing in the future */
eqeqeq: 0,