Open source July 17, 2019


SUBMITTED BY: rebelrr2017

DATE: July 17, 2019, 9:49 p.m.

FORMAT: Text only

SIZE: 3.0 kB

HITS: 459

  1. - bin
  2. - CNAME
  3. - CODE_OF_CONDUCT.md
  4. - CONTRIBUTING.md
  5. - docs
  6. - Gemfile*
  7. - node_modules
  8. - package.json
  9. - Rakefile
  10. - README.md
  11. - script
  12. - test
  13. - vendor
  14. permalink: /:path/
  15. collections:
  16. articles:
  17. output: true
  18. permalink: /:path/
  19. defaults:
  20. - scope:
  21. path: ""
  22. values:
  23. image: /assets/images/cards/default.png
  24. - scope:
  25. path: ""
  26. type: articles
  27. values:
  28. layout: article
  29. plugins:
  30. - jekyll-mentions
  31. - jekyll-seo-tag
  32. - jekyll-sitemap
  33. sass:
  34. sass_dir: assets/css/
  35. style: :compressed
  36. load_paths:
  37. - node_modules
  38. logo: /assets/images/cards/default.png
  39. module.exports = {
  40. parser: 'babel-eslint',
  41. parserOptions: {
  42. ecmaVersion: 6
  43. },
  44. env: {
  45. es6: true,
  46. node: true
  47. },
  48. extends: [require.resolve('./lib/configs/recommended')]
  49. }
  50. "main": "lib/index.js",
  51. "entries": [
  52. "lib/formatters/stylish-fixes.js"
  53. ],
  54. "bin": {
  55. "eslint-github-init": "bin/eslint-github-init.js",
  56. "eslint-ignore-errors": "bin/eslint-ignore-errors.js",
  57. "eslint-unused-modules": "bin/eslint-unused-modules.js",
  58. "flow-coverage": "bin/flow-coverage.js",
  59. "github-lint": "bin/github-lint.js",
  60. "npm-check-github-package-requirements": "bin/npm-check-github-package-requirements.js"
  61. },
  62. "scripts": {
  63. "pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
  64. "eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
  65. "test": "npm run eslint-check && bin/github-lint.js && mocha tests/"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/github/eslint-plugin-github.git"
  70. },
  71. "author": "GitHub, Inc.",
  72. "license": "MIT",
  73. "bugs": {
  74. "url": "https://github.com/github/eslint-plugin-github/issues"
  75. },
  76. "homepage": "https://github.com/github/eslint-plugin-github#readme",
  77. "engines": {
  78. "node": ">=8.11.1"
  79. },
  80. "dependencies": {
  81. "@typescript-eslint/eslint-plugin": "^1.3.0",
  82. "@typescript-eslint/parser": "^1.3.0",
  83. "babel-eslint": ">=8.2.0",
  84. "eslint-config-prettier": "^6.0.0",
  85. "eslint-plugin-eslint-comments": ">=3.0.1",
  86. "eslint-plugin-flowtype": ">=2.49.3",
  87. "eslint-plugin-graphql": ">=3.0.1",
  88. "eslint-plugin-import": ">=2.11.0",
  89. "eslint-plugin-jest": ">=21.15.0",
  90. "eslint-plugin-jsx-a11y": ">=6.0.0",
  91. "eslint-plugin-prettier": ">=2.6.0",
  92. "eslint-plugin-react": ">=7.7.0",
  93. "eslint-plugin-relay": ">=1.0.0",
  94. "eslint-rule-documentation": ">=1.0.0",
  95. "inquirer": "^6.0.0",
  96. "prettier": ">=1.12.0",
  97. "read-pkg-up": "^6.0.0",
  98. "svg-element-attributes": "^1.2.1"
  99. },
  100. "peerDependencies": {
  101. "eslint": ">=4.19.0",
  102. "flow-bin": ">=0.70.0",
  103. "graphql": ">=14.0.0"
  104. },
  105. "files": [
  106. "bin/*",
  107. "lib/*",
  108. "prettier.config.js"
  109. ],
  110. "devDependencies": {
  111. "eslint": "^6.0.1",
  112. "flow-bin": "^0.102.0",
  113. "graphql": "^14.0.2",
  114. "mocha": "^6.1.4"
  115. }
  116. }

comments powered by Disqus