UNPKG

eslint-config-client-shiwaforce

Version:
9 lines (8 loc) 158 B
/** * debugging rules * @author sarkiroka on 2017.02.21. */ module.exports = { 'no-debugger': [2], 'no-alert': [2] };