mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "eslint-plugin-github",
|
|
"version": "4.2.0",
|
|
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",
|
|
"main": "lib/index.js",
|
|
"entries": [
|
|
"lib/formatters/stylish-fixes.js"
|
|
],
|
|
"bin": {
|
|
"eslint-ignore-errors": "bin/eslint-ignore-errors.js"
|
|
},
|
|
"scripts": {
|
|
"pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
|
|
"eslint-check": "eslint-config-prettier .eslintrc.js",
|
|
"test": "npm run eslint-check && eslint . && mocha tests/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/github/eslint-plugin-github.git"
|
|
},
|
|
"author": "GitHub, Inc.",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/github/eslint-plugin-github/issues"
|
|
},
|
|
"homepage": "https://github.com/github/eslint-plugin-github#readme",
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
|
"@typescript-eslint/parser": "^4.20.0",
|
|
"eslint-config-prettier": ">=8.0.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-filenames": "^1.3.2",
|
|
"eslint-plugin-i18n-text": "^1.0.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-no-only-tests": "^2.6.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-rule-documentation": ">=1.0.0",
|
|
"prettier": "^2.2.1",
|
|
"svg-element-attributes": "^1.3.1"
|
|
},
|
|
"prettier": "@github/prettier-config",
|
|
"peerDependencies": {
|
|
"eslint": "^7.23.0"
|
|
},
|
|
"files": [
|
|
"bin/*",
|
|
"lib/*"
|
|
],
|
|
"devDependencies": {
|
|
"@github/prettier-config": "0.0.4",
|
|
"eslint": "7.23.0",
|
|
"eslint-plugin-eslint-plugin": "^2.3.0",
|
|
"eslint-visitor-keys": "^2.0.0",
|
|
"globals": "^13.7.0",
|
|
"mocha": "^8.3.2"
|
|
}
|
|
} |