2.0.0 • Published 7 years ago

eslint-config-nuc v2.0.0

Weekly downloads
4
License
-
Repository
github
Last release
7 years ago

eslint-config-nuc

ESLint config

Integration

  • npm install --save-dev eslint babel-eslint eslint-config-nuc eslint-plugin-react
  • Use the following .eslintrc if it's not in the repo (it should!)
{
  "extends": "nuc"
}

Troubleshooting

Issue: vim can't find the local eslint binary, because it's located under node_modules.

Solution: There's a nice workaround for that, or use ale.