解决eslint报错:ERROR TypeError: Cannot read properties of null (reading 'range')
eslint 检验报错 ERROR TypeError: Cannot read properties of null (reading 'range')
对.eslintrc文件做如下配置,能解决我的问题
rules : {
"indent": ["error", 2, {
"ignoredNodes": ["TemplateLiteral"]
}]
}

浙公网安备 33010602011771号