Skip to content

moviepilot/eslint-config-moviepilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-moviepilot

Moviepilot's ESLint config

Integration

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

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.