diff --git a/.eslintrc.js b/.eslintrc.js index a3352fb..5609d7d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -94,5 +94,6 @@ module.exports = { "consistent-return": "error", "brace-style": ["error", "1tbs", { "allowSingleLine": true }], "jsx-quotes": ["error"], + "array-bracket-spacing": "error", } };