Skip to content

Commit

Permalink
Add further_reading
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Oct 26, 2022
1 parent 44b933d commit a5e276f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/_data/further_reading_links.json
Expand Up @@ -698,5 +698,12 @@
"logo": "https://eslint.org/apple-touch-icon.png",
"title": "Interesting bugs caught by no-constant-binary-expression - ESLint - Pluggable JavaScript Linter",
"description": "A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease."
},
"https://github.com/tc39/proposal-class-static-block": {
"domain": "github.com",
"url": "https://github.com/tc39/proposal-class-static-block",
"logo": "https://github.com/fluidicon.png",
"title": "GitHub - tc39/proposal-class-static-block: ECMAScript class static initialization blocks",
"description": "ECMAScript class static initialization blocks. Contribute to tc39/proposal-class-static-block development by creating an account on GitHub."
}
}
1 change: 1 addition & 0 deletions docs/src/rules/no-empty-static-block.md
Expand Up @@ -5,6 +5,7 @@ rule_type: suggestion
related_rules:
- no-empty
- no-empty-function
further_reading:
- https://github.com/tc39/proposal-class-static-block
---

Expand Down

0 comments on commit a5e276f

Please sign in to comment.