UNPKG

eslint-config-screwdriver

Version:
60 lines (59 loc) 1.91 kB
{ "name": "eslint-config-screwdriver", "version": "8.0.0", "description": "ESLint rules for screwdriver projects", "main": "index.js", "scripts": { "test": "nyc --report-dir ./artifacts/coverage --reporter=lcov mocha --reporter mocha-multi-reporters --reporter-options configFile=./mocha.config.json --recursive --timeout 4000 --retries 1 --exit --allow-uncaught true --color true" }, "repository": { "type": "git", "url": "git+https://github.com/screwdriver-cd/eslint-config-screwdriver.git" }, "homepage": "https://github.com/screwdriver-cd/eslint-config-screwdriver", "bugs": "https://github.com/screwdriver-cd/screwdriver/issues", "keywords": [ "eslint", "eslintconfig", "screwdriver", "yahoo" ], "license": "BSD-3-Clause", "author": "Peter Peterson <jedipetey@gmail.com>", "contributors": [ "Dao Lam <daolam112@gmail.com>", "Darren Matsumoto <aeneascorrupt@gmail.com>", "Jeremiah Wuenschel <jeremiah.wuenschel@gmail.com>", "Min Zhang <minzhangcmu@gmail.com>", "Noah Katzman <nbkatzman@gmail.com>", "Peter Peterson <jedipetey@gmail.com>", "St. John Johnson <st.john.johnson@gmail.com", "Tiffany Kyi <tiffanykyi@gmail.com>" ], "release": { "debug": false }, "peerDependencies": { "eslint": ">= 8", "prettier": ">= 2", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.0", "eslint-config-prettier": "^8.5.0" }, "devDependencies": { "chai": "^4.3.6", "mocha": "^10.1.0", "mocha-multi-reporters": "^1.5.1", "mocha-sonarqube-reporter": "^1.0.2", "nyc": "^15.1.0" }, "dependencies": { "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^10.0.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^5.2.3", "prettier": "^3.5.0" } }