New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ticketmaster/eslint-config-allure

Package Overview
Dependencies
Maintainers
34
Versions
537
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ticketmaster/eslint-config-allure

Opiniated ESLint configuration that follow Allure design system recommendations

  • 0.1.0
  • npm
  • Socket score

Version published
Maintainers
34
Created
Source

@ticketmaster/eslint-config-allure

Opiniated ESLint configuration that follow Allure design system recommendations

Usage

This configuration already includes @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint-config-prettier and eslint-plugin-react.

It still requires eslint >= 7.0.0, typescript >= 3.7.0 and react >= 16.8.0.

  1. If they are not already present, install the correct versions of each required package:
yarn add react
yarn add eslint typescript -D
  1. Install the configuration in your devDependencies:
yarn add @ticketmaster/eslint-config-allure -D
  1. Add "extends": "@ticketmaster/eslint-config-allure" to your .eslintrc.js
module.exports = {
  "extends": "@ticketmaster/eslint-config-allure"
};
  1. You can now use ESlint with the Allure configuration in your project.

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"
}

Keywords

FAQs

Package last updated on 09 Oct 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc