eslint: add array bracket parsing.

master
Tom Hacohen 2019-11-06 00:41:26 +02:00
parent b9aa69aba2
commit 01a71b2840
1 changed files with 1 additions and 0 deletions

View File

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