0.1.1 • Published 10 years ago
eslint-plugin-array-spacing v0.1.1
In order to use this ESLint plugin, add 'array-spacing' to the plugins section in .eslintrc. The plugin contains one rule, which is also called 'array-spacing'. You can enable this rule by adding it to the rules section in .eslintrc as 'array-spacing/array-spacing' (twice, since the format is: plugin name/rule name). By default this rule is turned off. If you enable the rule, you can chose to enforce (use 'always' as a second parameter) or disallow (use 'never as a second parameter, which is the default).