eslint: add array bracket parsing.

master
Tom Hacohen 5 years ago
parent b9aa69aba2
commit 01a71b2840

@ -94,5 +94,6 @@ module.exports = {
"consistent-return": "error", "consistent-return": "error",
"brace-style": ["error", "1tbs", { "allowSingleLine": true }], "brace-style": ["error", "1tbs", { "allowSingleLine": true }],
"jsx-quotes": ["error"], "jsx-quotes": ["error"],
"array-bracket-spacing": "error",
} }
}; };

Loading…
Cancel
Save