felixge / node-style-guide

A guide for styling your node.js / JavaScript code. Fork & adjust to your taste.
5k stars 915 forks source link

Rule 'space-in-brackets' was removed and replaced by: object-curly-spacing, array-bracket-spacing, computed-property-spacing #70

Closed pdehaan closed 9 years ago

pdehaan commented 9 years ago

I tried using the .eslintrc file w/ eslint@1.5.0 and got the following error:

Rule space-in-brackets was removed and replaced by: object-curly-spacing, array-bracket-spacing, computed-property-spacing.