Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@feedzai/eslint-config-feedzai-react
Advanced tools
This configuration extends the @feedzai/eslint-config-feedzai
and includes the rules for React, a11y and Jest.
This package requires eslint
, @feedzai/eslint-config-feedzai
, eslint-plugin-import
, eslint-plugin-jest
, eslint-plugin-jsx-a11y
and eslint-plugin-react
.
In order to list the correct versions of each package you could use this command:
npm info "@feedzai/eslint-config-feedzai-react@latest" peerDependencies
After this command, you can install those packages manually or if you're using the npm version > 5 you could use this shortcut:
npx install-peerdeps --dev @feedzai/eslint-config-feedzai-react
If you want to do all manually you should use:
npm install --save-dev @feedzai/eslint-config-feedzai-react eslint@^#.#.# @feedzai/eslint-config-feedzai@^#.#.# eslint-plugin-import@^#.#.# eslint-plugin-jest@^#.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-react@^#.#.#
.eslintrc
fileAdd "extends": "@feedzai/eslint-config-feedzai-react"
You can check if this packages follow our coding style conventions by using npm run lint
.
The available commands are:
deploy:major
- creates a git tag and publish the X.0.0 version. This command should be executed only in the master
branch.deploy:minor
- creates a git tag and publish the X.Y.0 version. This command should be executed in the hot-fix branches (hf-X.x.x
).deploy:patch
- creates a git tag and publish the X.Y.Z version. This command should be executed in the hot-fix branches (hf-X.x.x
).FAQs
Feedzai's React ESLint extensible configuration
The npm package @feedzai/eslint-config-feedzai-react receives a total of 18 weekly downloads. As such, @feedzai/eslint-config-feedzai-react popularity was classified as not popular.
We found that @feedzai/eslint-config-feedzai-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.