.eslintrc.js 72 B

123
  1. module.exports = {
  2. extends: [ 'standard', 'plugin:vue/recommended']
  3. }