
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@thebestco/eslint-config
Advanced tools
This package provides BestPrice's .eslintrc as an extensible shared config.
It's basically a clone of Airbnb's same project with different and more rules and some other minor changes
git commit -am …npm version patchgit pushnpm publishWe export four ESLint configurations for your usage.
Our default export contains all of our ESLint rules, including EcmaScript 6+
and React. It requires eslint and eslint-plugin-react.
npm install --save-dev @thebestco/eslint-config eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-react-you-might-not-need-an-effect eslint-plugin-react-hooks@next babel-eslint eslint"extends": "@thebestco" to your .eslintrcLints ES6+ but does not lint React. Requires eslint.
npm install --save-dev @thebestco/eslint-config eslint-plugin-import babel-eslint eslint-plugin-react-you-might-not-need-an-effect eslint-plugin-react-hooks@next eslint"extends": "@thebestco/eslint-config/base" to your .eslintrcLints ES5 and below. Only requires eslint.
npm install --save-dev @thebestco/eslint-config eslint"extends": "@thebestco/eslint-config/legacy" to your .eslintrcPrettier is a high opinionated powerful automatic formatter. Eslinter is a code quality tool. They can both live together but there are some compromises we have to do. We should disable all the es-rules that are effecting the code formating and interfere with the prettier.
The prettier setup contains the default export extended with the formating rules that interfere with the prettier.
It requires eslint and eslint-plugin-react, as it is in the default configuration.
npm install --save-dev @thebestco/eslint-config eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-react-hooks@next eslint-plugin-react-refresh babel-eslint eslint"extends": "@thebestco/eslint-config/prettier" to your .eslintrcnpm install -g eslint
npm install -g babel-eslint
npm install -g eslint-plugin-react
npm install -g eslint-plugin-import
npm install -g eslint-plugin-jsx-a11y
npm install -g eslint-plugin-react-hooks@next
npm install -g eslint-plugin-react-refresh
npm install -g @thebestco/eslint-config
npm install -g eslint-plugin-react-you-might-not-need-an-effect
.eslintrc as honored.eslintignore is in place so that you target your eslint where neededeslint . --fix when you have your eslint in place to fix those easy to fix errorsFAQs
The BestCompany's shared eslint config
We found that @thebestco/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.