eslint: add array bracket parsing.
parent
b9aa69aba2
commit
01a71b2840
|
@ -94,5 +94,6 @@ module.exports = {
|
|||
"consistent-return": "error",
|
||||
"brace-style": ["error", "1tbs", { "allowSingleLine": true }],
|
||||
"jsx-quotes": ["error"],
|
||||
"array-bracket-spacing": "error",
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue