版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

22 строки
421 B

  1. /*
  2. * IMPORTANT!
  3. * This file has been automatically generated,
  4. * in order to update its content execute "npm run update"
  5. */
  6. module.exports = {
  7. parser: require.resolve('vue-eslint-parser'),
  8. parserOptions: {
  9. ecmaVersion: 2020,
  10. sourceType: 'module'
  11. },
  12. env: {
  13. browser: true,
  14. es6: true
  15. },
  16. plugins: ['vue'],
  17. rules: {
  18. 'vue/comment-directive': 'error',
  19. 'vue/jsx-uses-vars': 'error'
  20. }
  21. }