@ticketmaster/eslint-config-allure

5.5.16-alpha.0 • Public • Published

@ticketmaster/eslint-config-allure

Opinionated ESLint configuration that follow Allure design system recommendations


Install peerDependencies

The following packages need to be present on your project in order to use this library.

"eslint": ">=8.0.0",
"prettier": "^3.1.0",
"typescript": ">=5.0.0"

If they are not already present, add the required peerDependencies to your devDependencies

yarn add eslint prettier typescript -D

Install the configuration

Add @ticketmaster/eslint-config-allure to your devDependencies

yarn add @ticketmaster/eslint-config-allure -D

Update your ESLint configuration file

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.

You can now use ESlint with the Allure configuration in your project

@ticketmaster/eslint-config-allure remove all the formating rules already supported by Prettier. Because of that, if you have an auto-fix script, you gonna need to add the Prettier formater inside of this script.

It is recommended to add the two following scripts into you packages.json to facilitate your usage of ESlint.

"scripts": {
  "lint": "eslint .",
  "format": "prettier --write --log-level warn .",
  "fix": "yarn lint --fix && yarn format"
}

Package Sidebar

Install

npm i @ticketmaster/eslint-config-allure

Weekly Downloads

326

Version

5.5.16-alpha.0

License

MIT

Unpacked Size

6.15 kB

Total Files

4

Last publish

Collaborators

  • traynak
  • sk89q
  • tmtech
  • george.yue
  • tm_platinum
  • chestersound
  • taddei
  • tmsean
  • iccpfrontend
  • tm1-marketing
  • resaleengineering
  • ccpdiscovery
  • tm1salesfrontend
  • lndtfrontend
  • b2bauroraextensionsdevelopers
  • livn.spons.frontend
  • dansel
  • mikeanama
  • mindosilalahi
  • tmlabs.projects
  • secureaccountsnpm
  • edpteam
  • eibfrontend
  • lndigital
  • safetix_ui_tool
  • namme
  • corpwebsites
  • presencefrontend
  • tm1reports
  • afterpay-ticketmaster
  • tm-intl-enterprise
  • wojciech.jawor
  • zbremantm