Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-github

Package Overview
Dependencies
Maintainers
18
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-github - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

8

lib/index.js

@@ -13,13 +13,13 @@ module.exports = {

'no-implicit-buggy-globals': require('./rules/no-implicit-buggy-globals'),
'no-inner-html': require('./rules/no-inner-html'),
'no-innerText': require('./rules/no-innerText'),
'no-inner-html': require('./rules/no-inner-html'),
'no-then': require('./rules/no-then'),
'unescaped-html-literal': require('./rules/unescaped-html-literal'),
'no-useless-passive': require('./rules/no-useless-passive'),
'prefer-observers': require('./rules/prefer-observers'),
'require-passive-events': require('./rules/require-passive-events')
'require-passive-events': require('./rules/require-passive-events'),
'unescaped-html-literal': require('./rules/unescaped-html-literal')
},
configs: {
browser: require('./configs/browser'),
internal: require('./configs/internal'),
browser: require('./configs/browser'),
recommended: require('./configs/recommended'),

@@ -26,0 +26,0 @@ typescript: require('./configs/typescript')

{
"name": "eslint-plugin-github",
"version": "4.3.2",
"version": "4.3.3",
"description": "An opinionated collection of ESLint shared configs and rules used by GitHub.",

@@ -28,4 +28,4 @@ "main": "lib/index.js",

"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint-config-prettier": ">=8.0.0",

@@ -44,3 +44,3 @@ "eslint-plugin-eslint-comments": "^3.2.0",

"peerDependencies": {
"eslint": "^7.23.0"
"eslint": "^8.0.1"
},

@@ -53,3 +53,3 @@ "files": [

"@github/prettier-config": "0.0.4",
"eslint": "^7.32.0",
"eslint": "^8.0.1",
"eslint-plugin-eslint-plugin": "^2.3.0",

@@ -56,0 +56,0 @@ "eslint-visitor-keys": "^2.0.0",

# eslint-plugin-github
[![Node CI](https://github.com/github/eslint-plugin-github/actions/workflows/nodejs.yml/badge.svg)](https://github.com/github/eslint-plugin-github/actions/workflows/nodejs.yml)
## Installation

@@ -16,2 +14,3 @@

JSON ESLint config example:
```json

@@ -26,2 +25,3 @@ {

JSON ESLint config example:
```json

@@ -43,1 +43,21 @@ {

- Useful rules when writing TypeScript.
### Rules
- [Array Foreach](./docs/rules/array-foreach.md)
- [Async Currenttarget](./docs/rules/async-currenttarget.md)
- [Async Preventdefault](./docs/rules/async-preventdefault.md)
- [Authenticity Token](./docs/rules/authenticity-token.md)
- [Get Attribute](./docs/rules/get-attribute.md)
- [JS Class Name](./docs/rules/js-class-name.md)
- [No Blur](./docs/rules/no-blur.md)
- [No D None](./docs/rules/no-d-none.md)
- [No Dataset](./docs/rules/no-dataset.md)
- [No Implicit Buggy Globals](./docs/rules/no-implicit-buggy-globals.md)
- [No Inner HTML](./docs/rules/no-inner-html.md)
- [No InnerText](./docs/rules/no-innerText.md)
- [No Then](./docs/rules/no-then.md)
- [No Useless Passive](./docs/rules/no-useless-passive.md)
- [Prefer Observers](./docs/rules/prefer-observers.md)
- [Require Passive Events](./docs/rules/require-passive-events.md)
- [Unescaped HTML Literal](./docs/rules/unescaped-html-literal.md)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc