UNPKG

@ticketmaster/eslint-config-allure

Version:

Allure shareable ESLint configuration that follow Allure design system recommendations

45 lines (44 loc) 1.06 kB
{ "name": "@ticketmaster/eslint-config-allure", "version": "6.0.14", "description": "Allure shareable ESLint configuration that follow Allure design system recommendations", "keywords": [ "allure", "ticketmaster", "eslint", "eslint-config", "eslintconfig", "react" ], "license": "MIT", "author": "Ticketmaster (https://www.ticketmaster.com/)", "contributors": [ "Marc-André Arseneault <marcandre.arseneault@ticketmaster.com>" ], "main": "index.js", "files": [ "index.js", "LICENSE", "README.md" ], "dependencies": { "@next/eslint-plugin-next": "14.1.4", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-react": "7.34.1", "eslint-plugin-react-hooks": "4.6.0" }, "peerDependencies": { "eslint": "8.56.0", "prettier": "3.3.3", "react": "18.2.0", "typescript": "5.2.2" }, "engines": { "node": ">=18.17.0" }, "publishConfig": { "access": "public" } }