
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
eslint-config-eventbrite-react
Advanced tools
Eventbrites's ESLint config that lints React & JSX, adhering to the Eventbrite JavaScript Coding Style Guide
Eventbrite's ESLint config that lints React & JSX, adhering to the Eventbrite JavaScript Coding Style Guide.
This ESLint configuration requires eslint
, babel-eslint
, eslint-plugin-babel
, eslint-plugin-import
, eslint-plugin-react
, eslint-plugin-jsx-a11y
and eslint-plugin-jest
.
Install using npm:
npm install --save-dev eslint@^4.19.1 babel-eslint@^8.2.3 eslint-plugin-babel@^5.1.0 eslint-plugin-import@^2.11.0 eslint-plugin-react@^7.7.0 eslint-plugin-jsx-a11y@^6.0.3 eslint-plugin-jest@^21.15.1 eslint-config-eventbrite-react
...or using yarn:
yarn add --dev eslint@^4.19.1 babel-eslint@^8.2.3 eslint-plugin-babel@^5.1.0 eslint-plugin-import@^2.11.0 eslint-plugin-react@^7.7.0 eslint-plugin-jsx-a11y@^6.0.3 eslint-plugin-jest@^21.15.1 eslint-config-eventbrite-react
Extend eslint-config-eventbrite-react
in your .eslintrc.json
:
{
"extends": "eventbrite-react"
}
NOTE: This configuration extends eslint-config-eventbrite
and plugin:react/recommended'
.
Thank you for your willingness to contribute! 😀
Although eslint-config-eventbrite-react
is a public package, its primary purpose is for linting Eventbrite's React JavaScript code. Therefore, it is unlikely that we'll accept changes to rules as they may adversely affect the linting of our own code. However, we do welcome fixes for errors or additions for omissions.
If you are uncertain as to whether your suggestion qualifies, go ahead and submit a Pull Request and we'll let you know. Thanks again!
The library is available as open source under the terms of the MIT License.
Many thanks to Airbnb and their example eslint-config-airbnb
.
FAQs
Eventbrites's ESLint config that lints React & JSX, adhering to the Eventbrite JavaScript Coding Style Guide
The npm package eslint-config-eventbrite-react receives a total of 528 weekly downloads. As such, eslint-config-eventbrite-react popularity was classified as not popular.
We found that eslint-config-eventbrite-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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 Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.