eslint-plugin-flowtype-errors icon indicating copy to clipboard operation
eslint-plugin-flowtype-errors copied to clipboard

Run Flow as an ESLint plugin

Results 14 eslint-plugin-flowtype-errors issues
Sort by recently updated
recently updated
newest added

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to get an update now....

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [core-js](https://togithub.com/zloirock/core-js) | [`3.8.1` -> `3.21.1`](https://renovatebot.com/diffs/npm/core-js/3.8.1/3.21.1) | [![age](https://badges.renovateapi.com/packages/npm/core-js/3.21.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`^2.2.1` -> `^2.6.1`](https://renovatebot.com/diffs/npm/prettier/2.4.1/2.6.1) |...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [flow-bin](https://togithub.com/flowtype/flow-bin) ([changelog](https://togithub.com/facebook/flow/blob/master/Changelog.md)) | [`0.139.0` -> `0.174.1`](https://renovatebot.com/diffs/npm/flow-bin/0.139.0/0.174.1) |...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://togithub.com/babel/babel)) | [`^7.16.0` -> `^7.17.6`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.16.0/7.17.6) |...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://togithub.com/nodejs/node) | engines | minor | [`>=4.x` -> `>=v4.9.1`](https://renovatebot.com/diffs/npm/node/v4.0.0/v4.9.1) | ---...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-import](https://togithub.com/import-js/eslint-plugin-import) | [`^2.25.2` -> `^2.25.4`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.25.3/2.25.4) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-import/2.25.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [npm](https://docs.npmjs.com/) ([source](https://togithub.com/npm/cli)) | [`>=5.x` -> `>=5.10.0`](https://renovatebot.com/diffs/npm/npm/5.0.0/5.10.0) |...

my env ```sh { '@netech/perfectperson': '0.0.0', npm: '8.0.0', node: '16.11.0', v8: '9.4.146.19-node.13', uv: '1.42.0', zlib: '1.2.11', brotli: '1.0.9', ares: '1.17.2', modules: '93', nghttp2: '1.45.1', napi: '8', llhttp: '6.0.2', openssl: '1.1.1l+quic',...

When I run eslint configuration with this plugin in different projects there are multiple flow processes running as a result. Only way to get rid of these processes is to...

bug
enhancement