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

Deploy npm package with latest code from master

Open ArunGovil opened this issue 4 months ago • 0 comments

Getting the below error on ESLint: 9.12.0

Error: Failed to load parser '@babel/eslint' declared in ' » plugin:flowtype/recommended': Cannot find module '@babel/eslint

The latest code for our npm package is present in the commit tree on the master branch. However, this code has not yet been deployed.

Please deploy the latest version of the package to npm to ensure users have access to the most recent updates and doesn't cause an issue while upgrading to ESLint v9.

ArunGovil avatar Oct 14 '24 10:10 ArunGovil