Skip to content

ubbcou/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint config

base in https://github.com/antfu/eslint-config

支持

  • base javascript
  • vue
  • typescript

主要内容

  • airbnb

  • prettier

  • import

  • common

      // no semi
      semi: [2, 'never']
      // just single quotes
      quotes: ['error', 'single']
      // comma
      'comma-dangle': ['error', 'always-multiline']