[all] files = **.js, .eslintrc ignore = node_modules/**, docs/**, coverage/**, package-lock.json, .travis.yml max_line_length = 100 use_spaces = True [js] files = src/**/*.js bears = ESLintBear eslint_config = .eslintrc default_actions = *: ApplyPatchAction [all.json] files = *.json bears = JSONFormatBear indent_size = 4 default_actions = *: ApplyPatchAction [all.whitespace] bears = SpaceConsistencyBear default_actions = *: ApplyPatchAction [all.linelength] ignore += package.json bears = LineLengthBear