UNPKG

eslint-config-client-shiwaforce

Version:
16 lines (15 loc) 456 B
/** * beauty of code * @author sarkiroka on 2017.02.21. */ module.exports = { 'brace-style': [2], 'camelcase': [2], 'dot-location': [2, 'property'], 'dot-notation': [2], 'eqeqeq': [0, 'smart'], 'new-cap': [2], 'new-parens': [2], 'quotes': [1, 'single'], 'yoda': [2, 'never'] };