The pluggable linting utility for JavaScript and JSX

module.exports = {
  rules: {
    // ηΌ©θΏ›
    indent: ['error', 4, { SwitchCase: 1 }],
    'arrow-parens': ['error', 'as-needed'],
  }
};