安了linter和linter-eslint,都配好了,可是完全没有效果,底部没有看到任何和linter有关的东西,有谁遇到过吗
linter怎么用
解决了,是我sb了,linter没激活
So, it seems for now you should be able to add this to your .eslintrc:
"rules": {
"react/require-extension": "off"
}
我也是,刚安装好有,但是重启Atom后完全没有效果了。