📌  相关文章
📜  ESLint:无法读取未定义的属性 'loc' 发生时 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:41.201000             🧑  作者: Mango

代码示例1
// .estlinrc.js
{
    rules: {
           {
          "indent": "off",
          "@typescript-eslint/indent": ["error", 2] // 2 spaces === 1 tab
        }
    }
}