readmeAssertions.js

flow type linting rules for ESLint

Install

All systems
curl cmd.cat/readmeAssertions.js.sh
Debian Debian
apt-get install node-eslint-plugin-flowtype
Ubuntu
apt-get install node-eslint-plugin-flowtype
image/svg+xml Kali Linux
apt-get install node-eslint-plugin-flowtype
Windows (WSL2)
sudo apt-get update sudo apt-get install node-eslint-plugin-flowtype
Raspbian
apt-get install node-eslint-plugin-flowtype

node-eslint-plugin-flowtype

flow type linting rules for ESLint

Flow uses type inference to find bugs even without type annotations. It precisely tracks the types of variables as they flow through your program. Flow is designed for JavaScript programmers. It understands common JavaScript idioms and very dynamic code. Flow incrementally rechecks your changes as you work, preserving the fast feedback cycle of developing plain JavaScript. Node.js is an event-based server-side JavaScript engine.