mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-28 22:40:13 -04:00
fix(base): Enforce array-bracket-spacing
Array brackets should not have spaces inside of them BREAKING CHANGE: http://eslint.org/docs/rules/array-bracket-spacing ([2, 'never'])
This commit is contained in:
parent
1493ef0e6e
commit
b1b0042cde
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -67,6 +67,7 @@ module.exports = {
|
|||
'strict': [2, 'never'],
|
||||
|
||||
// Style
|
||||
'array-bracket-spacing': [2, 'never'],
|
||||
'brace-style': [2],
|
||||
'camelcase': [2],
|
||||
'comma-dangle': [2, 'never'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue