Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
63 lines (42 loc) · 1.52 KB

ESLintBear.rst

File metadata and controls

63 lines (42 loc) · 1.52 KB

Check JavaScript and JSX code for style issues and semantic errors.

Find out more at <http://eslint.org/docs/rules/>.

  • JSX
  • JavaScript

Settings

Setting Meaning
eslint_config The location of the .eslintrc config file. (Optional, defaults to ''.)

Demo

asciicast

Dependencies

  • npm - babel-eslint
  • npm - eslint-plugin-import
  • npm - eslint

Can Detect

  • Formatting
  • Syntax

Can Fix

  • Formatting

License

AGPL-3.0

Authors