Eslint configurations for every situation.
All rules conflicting with Prettier are disabled.
Documentation for about 98% of the Eslint rules is complete. You can find the rule explanations and a link to their eslint page above each rule definition.
All eslint plugins are installed as dependencies
Included by default:
Opt-in Configurations
Simply extend the config you'd like to include, like below.
{
"extends": [
"boldr",
"boldr/react",
"boldr/flowtype",
"boldr/jsx-a11y",
"boldr/import",
"boldr/promise"
]
}
Feel free to extend or submit comments / corrections.