diff --git a/.eslintrc.js b/.eslintrc.js index 09d3792a9..6c072c326 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -54,4 +54,4 @@ module.exports = { ], 'no-unused-vars': ['error', { "destructuredArrayIgnorePattern": "^_" }] }, -}; \ No newline at end of file +};