babel-eslint

babel 代码规范检查

.eslintrc

1
2
3
4
5
{
  "plugins": [
    "babel"
  ]
}