平安校园
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

9 řádky
387 B

  1. module.exports = {
  2. "*.{js,jsx,ts,tsx}": ["eslint --fix", "prettier --write"],
  3. "{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": ["prettier --write--parser json"],
  4. "package.json": ["prettier --write"],
  5. "*.vue": ["eslint --fix", "prettier --write", "stylelint --fix"],
  6. "*.{scss,less,styl,html}": ["stylelint --fix", "prettier --write"],
  7. "*.md": ["prettier --write"]
  8. };