Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 816 Bytes

eslint.md

File metadata and controls

27 lines (21 loc) · 816 Bytes

eslint-config-boldr

Shareable default configuration for all around usage.

Feel free to extend or submit comments / corrections. Currently working through documenting rules with comments above them 😄

Included by default:

Opt-in configurations

Adding an opt-in configuration

Simply extend the config you'd like to include, like below.

{
  "extends": [
    "boldr", "boldr/react", "boldr/flowtype",
    "boldr/jsx-a11y", "boldr/import"
  ]
}