.eslintrc.js 71 Bytes
Newer Older
김현기 committed
1 2 3 4 5
module.exports = {
  rules: {
    'no-unused-expressions': 'off'
  }
}