We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f64dc1 commit 86d3ebfCopy full SHA for 86d3ebf
README.md
@@ -4,7 +4,7 @@ An ESLint plugin for linting ESLint plugins
4
5
## Installation
6
7
-You'll first need to install [ESLint](http://eslint.org):
+You'll first need to install [ESLint](https://eslint.org):
8
9
```
10
$ npm i eslint --save-dev
docs/rules/no-useless-token-range.md
@@ -42,4 +42,4 @@ module.exports = {
42
43
## Further Reading
44
45
-* [`SourceCode` API](http://eslint.org/docs/developer-guide/working-with-rules#contextgetsourcecode)
+* [`SourceCode` API](https://eslint.org/docs/developer-guide/working-with-rules#contextgetsourcecode)
0 commit comments