json ESLint配置(与Prettier一起使用)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json ESLint配置(与Prettier一起使用)相关的知识,希望对你有一定的参考价值。

{
  "rules": {
    "one-var-declaration-per-line": ["error", "always"],
    "indent": ["error", 2, {
      "VariableDeclarator": {
        "var": 2,
        "let": 2,
        "const": 3
      }
    }],
    "no-trailing-spaces": "error",
    "spaced-comment": ["error", "always"],
    "lines-around-directive": ["error", "always"],
    "padded-blocks": ["error", "always"]
  }
}

以上是关于json ESLint配置(与Prettier一起使用)的主要内容,如果未能解决你的问题,请参考以下文章

json [ESLint + Prettier] #eslint #prettier

Airbnb、ESLint、Prettier 在 Switch 和 Case 缩进上的冲突

Prettier 和 eslint 缩进不一起工作

无法加载在 '.eslintrc.json' 中声明的插件 'prettier':找不到模块 'eslint-plugin-prettier'

如何让 VueJS + ESLint (Airbnb) + Prettier 一起工作? (VS代码)

React 创建项目流程+配置 eslint prettier 和 commitlint 规范工程