UNPKG

eslint-config-client-shiwaforce

Version:
16 lines (15 loc) 340 B
/** * beauty of code * @author sarkiroka on 2017.02.21. */ export default { 'brace-style': ['error'], 'camelcase': ['error'], 'dot-location': ['error', 'property'], 'dot-notation': ['error'], 'eqeqeq': ['off', 'smart'], 'new-cap': ['error'], 'new-parens': ['error'], 'quotes': ['error', 'single'], 'yoda': ['error', 'never'] };