All Projects → amilajack → Eslint Plugin Flowtype Errors

amilajack / Eslint Plugin Flowtype Errors

Licence: mit
Run Flow as an ESLint plugin

Programming Languages

javascript
184084 projects - #8 most used programming language
flow
126 projects

Projects that are alternatives of or similar to Eslint Plugin Flowtype Errors

Webpack React Boilerplate
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Stars: ✭ 358 (-11.39%)
Mutual labels:  eslint
Eslint
Find and fix problems in your JavaScript code.
Stars: ✭ 19,665 (+4767.57%)
Mutual labels:  eslint
Lynt
✨ A zero config JavaScript linter with support for Typescript, Flow, and React.
Stars: ✭ 390 (-3.47%)
Mutual labels:  eslint
Apollo Upload Examples
A full stack demo of file uploads via GraphQL mutations using Apollo Server and apollo-upload-client.
Stars: ✭ 358 (-11.39%)
Mutual labels:  eslint
React Hot Redux Firebase Starter
🌋 React + Redux + Firebase + Webpack + React Hot Loader 3 + React Router in one boilerplate
Stars: ✭ 375 (-7.18%)
Mutual labels:  eslint
Terraform
A simple plug for incrementally transforming an API into Phoenix. Check out the blog post:
Stars: ✭ 379 (-6.19%)
Mutual labels:  plug
Eslint Plugin Typescript
TypeScript plugin for ESLint
Stars: ✭ 342 (-15.35%)
Mutual labels:  eslint
React 2048 Game
🎮 A fancy 2048 game build with react, redux best practices.
Stars: ✭ 401 (-0.74%)
Mutual labels:  eslint
Corsica
Elixir library for dealing with CORS requests. 🏖
Stars: ✭ 373 (-7.67%)
Mutual labels:  plug
Eslint Plugin Testing Library
ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
Stars: ✭ 384 (-4.95%)
Mutual labels:  eslint
Eslint Formatter Pretty
Pretty ESLint formatter
Stars: ✭ 361 (-10.64%)
Mutual labels:  eslint
2life
💌 双生:遇见另一半的美好:)(React Native)
Stars: ✭ 374 (-7.43%)
Mutual labels:  eslint
Snazzy
Format JavaScript Standard Style as Stylish (i.e. snazzy) output
Stars: ✭ 381 (-5.69%)
Mutual labels:  eslint
Tslint Config Standard
A TSLint config for JavaScript Standard Style
Stars: ✭ 358 (-11.39%)
Mutual labels:  eslint
Eslint Plugin Babel
An ESlint rule plugin companion to babel-eslint
Stars: ✭ 391 (-3.22%)
Mutual labels:  eslint
Pwa
An opinionated progressive web app boilerplate
Stars: ✭ 353 (-12.62%)
Mutual labels:  eslint
Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+4556.93%)
Mutual labels:  eslint
Sku
Front-end development toolkit
Stars: ✭ 403 (-0.25%)
Mutual labels:  eslint
Als Community
Replicated and optimized community version of Advanced Locomotion System V4 for Unreal Engine 4.26 with additional bug fixes.
Stars: ✭ 389 (-3.71%)
Mutual labels:  plug
Trot
An Elixir web micro-framework.
Stars: ✭ 383 (-5.2%)
Mutual labels:  plug

eslint-plugin-flowtype-errors

Test NPM version Dependency Status npm

Demo

ESLint Flow Demo

Why?

  • Lower barrier: Any editor that has ESLint support now supports Flow 🎉
  • Less editor configuration: No need to change your entire workflow to incorporate flow. No multiple-linters-per-file nonsense.
  • Simple: Its literally just an ESLint rule! Just install the dependency, add a flowconfig, and you're good to go!

Getting Started

This guide assumes that you have installed eslint, babel, babel-plugin-transform-flow-strip-types and configured flow. Check out the from-scratch guide for the full guide on getting started.

⚠️ Make sure the 64-bit version of your text editor or IDE. For atom, see this comment

1. Install

npm install --save-dev eslint-plugin-flowtype-errors

2. Configure

Extend the recommended config:

{
  "extends": ["plugin:flowtype-errors/recommended"]
}

Support

If this project is saving you (or your team) time, please consider supporting it on Patreon 👍 thank you!

CI Configuration

Flow is supported on all OS's except Windows 32bit. Add this line to appveyor to make tests run properly.

Related:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].