klren0312 / daliy_knowledge

知识积累,正确使用方式是watch
22 stars 4 forks source link

处理在<script>标签下代码必须锁进的报错Insert `··`eslintprettier/prettier #819

Open klren0312 opened 3 months ago

klren0312 commented 3 months ago

eslint配置rules

{
"rules": {
    "space-before-blocks": "off",
    "keyword-spacing": "off"
  }
}

prettier配置

{
  "htmlWhitespaceSensitivity": "ignore",
}