Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

MediaHound/eslint-config-mediahound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediaHound ESLint config

Our in-house config for ESLint.

Requirements

We use Babel and React in our projects and we use a few ESLint plugins. They are marked as peerDependencies to this project. You will need to install them along with this config:

npm install --save-dev eslint-config-mediahound babel-eslint eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-filenames

Then, in your .eslintrc file, add:

{
  "extends": "mediahound"
}

About

MediaHound's ESLint configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published