Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@ticketmaster/eslint-config-allure
Advanced tools
Opinionated ESLint configuration that follow Allure design system recommendations
Opinionated ESLint configuration that follow Allure design system recommendations
This configuration already includes the following packages.
@typescript-eslint/eslint-plugin
@typescript-eslint/parser
eslint-config-prettier
eslint-plugin-react
However, it still requires those packages.
eslint >= 7.0.0
typescript >= 3.7.0
react >= 16.8.0
If they are not already present, add the required dependencies and devDependencies
yarn add react
yarn add eslint typescript -D
Add @ticketmaster/eslint-config-allure
to your devDependencies
yarn add @ticketmaster/eslint-config-allure -D
Add "@ticketmaster/eslint-config-allure"
into the extends property of your .eslintrc.json
file.
{
"extends": ["@ticketmaster/eslint-config-allure"]
}
Since @ticketmaster/eslint-config-allure is opinionated, your TSLint configuration file should not have any override rules and should look very similar to the one above.
It is recommended to add the two following scripts into you packages.json to facilitate your usage of ESlint.
"scripts": {
"lint": "eslint '*/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "yarn lint --fix"
}
FAQs
Allure shareable ESLint configuration that follow Allure design system recommendations
The npm package @ticketmaster/eslint-config-allure receives a total of 237 weekly downloads. As such, @ticketmaster/eslint-config-allure popularity was classified as not popular.
We found that @ticketmaster/eslint-config-allure demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.