linter-flowtype

Lightweight flow linting, autocomplete, outline, and hyperclick for Atom

jacobwgillespie

399

1

1.0.2

MIT

GitHub

This package provides the following services:

This package consumes the following services:

linter-flowtype

Lightweight Flow integration for Atom. The package provides linting, autocomplete suggestions, outline support, and jump-to-declaration.

screenshot

Installation

Either search for linter-flowtype in the editor UI or install via apm:

apm install linter-flowtype

Features

Settings

Settings can be configured either in the Preferences or by editing ~/.atom/config.cson:

'linter-flowtype':
  lintOnChange: true
  onlyLintIfConfigExists: true
  showUncovered: false
  executablePath: ''
  useLocalFlowBin: true
  hyperclickPriority: 0

Alternatives

The motivation for the creation of this package was to support as-you-type linting in addition to other integrations like using flow from node_modules, autocomplete, and outline support. It began as a fork of flow-ide, incorporating features from many other packages.

Alternatives to this package include:

License and Credits

This project is MIT licensed - see LICENSE.

This project makes use of code from several other open-source Atom Flow packages, primarily flow-ide and linter-flow. Original copyright notices appear in LICENSE.