CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 14:40:19 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/eslint/eslint.git
etag: W/"2ca47f23c59af5ad200674e582ff0ef0"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=uQUg%2Bo%2FdeCsmKSPtms0zy7ADw2TA0%2BllkVhZqPmi639gd0kESWYJrsvwAYQFTRDNJe3QIMDwlgcqBFRBXJWUDPvbQbJdU%2F6cRrND7T2ux73yEnOSOENJt5BMpNkKieQQJSqL0DPxkgaPC6h5Y7297QomUUJu4JYbSW0G%2FluZesnrTmlEJV3%2BaRpTE6j2%2Fmz6uV3PQw7Hyj0%2BcfrfvnYYXN%2F%2BLJP5XqF7TIfjN5ZmomTQ39%2B%2FyDM7YqB1FetK0apjWkq8zAMTJV6HhuTE2rWgWQ%3D%3D--v3YZpIaeBTqyphFo--dixEWKRjShedMaDmhKfMvw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.631179913.1753886417; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 14:40:17 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 14:40:17 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8BE0:1124E5:1CC0A0:20A939:688A2ED1
Breaking: Require `meta.hasSuggestions` for rules with suggestions (#… · eslint/eslint@d6a761f · GitHub
Copy file name to clipboardExpand all lines: docs/developer-guide/working-with-rules.md
Copy file name to clipboardExpand all lines: lib/rules/no-nonoctal-decimal-escape.js
Copy file name to clipboardExpand all lines: lib/rules/no-unsafe-negation.js
Copy file name to clipboardExpand all lines: lib/rules/no-useless-escape.js
Copy file name to clipboardExpand all lines: tests/fixtures/testers/rule-tester/suggestions.js
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit d6a761f
Breaking: Require
* Breaking: Require `meta.hasSuggestions` for rules with suggestions
* Docs: add another note about hasSuggestions
* Update docs/developer-guide/working-with-rules.md
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
* Update docs/developer-guide/working-with-rules.md
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
* enable eslint-plugin/require-meta-has-suggestions rule internally
* update property in Makefile
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>meta.hasSuggestions
for rules with suggestions (#14573)1 parent 4c841b8 commit d6a761fCopy full SHA for d6a761f
File tree
Expand file treeCollapse file tree
11 files changed
+118
-31
lines changedFilter options
- docs/developer-guide
- lib
- linter
- rules
- tests
- fixtures/testers/rule-tester
- lib
- linter
- rule-tester
Expand file treeCollapse file tree
11 files changed
+118
-31
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 |
| - | |
| 201 | + | |
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
| |||
671 | 671 |
| |
672 | 672 |
| |
673 | 673 |
| |
674 |
| - | |
| 674 | + | |
675 | 675 |
| |
676 | 676 |
| |
677 | 677 |
| |
|
docs/developer-guide/working-with-rules.md
Copy file name to clipboardExpand all lines: docs/developer-guide/working-with-rules.md+10-3Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
66 | 65 |
| |
67 | 66 |
| |
68 | 67 |
| |
69 | 68 |
| |
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
| |||
376 | 379 |
| |
377 | 380 |
| |
378 | 381 |
| |
| 382 | + | |
| 383 | + | |
379 | 384 |
| |
380 | 385 |
| |
381 | 386 |
| |
| |||
397 | 402 |
| |
398 | 403 |
| |
399 | 404 |
| |
400 |
| - | |
| 405 | + | |
| 406 | + | |
401 | 407 |
| |
402 | 408 |
| |
403 | 409 |
| |
| |||
438 | 444 |
| |
439 | 445 |
| |
440 | 446 |
| |
441 |
| - | |
| 447 | + | |
| 448 | + | |
442 | 449 |
| |
443 | 450 |
| |
444 | 451 |
| |
|
+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
928 | 928 |
| |
929 | 929 |
| |
930 | 930 |
| |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
931 | 939 |
| |
932 | 940 |
| |
933 | 941 |
| |
|
lib/rules/no-nonoctal-decimal-escape.js
Copy file name to clipboardExpand all lines: lib/rules/no-nonoctal-decimal-escape.js+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
| 35 | + | |
37 | 36 |
| |
38 | 37 |
| |
| 38 | + | |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
|
lib/rules/no-unsafe-negation.js
Copy file name to clipboardExpand all lines: lib/rules/no-unsafe-negation.js+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
| 57 | + | |
59 | 58 |
| |
60 | 59 |
| |
| 60 | + | |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
|
lib/rules/no-useless-escape.js
Copy file name to clipboardExpand all lines: lib/rules/no-useless-escape.js+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
89 |
| - | |
| 88 | + | |
90 | 89 |
| |
91 | 90 |
| |
| 91 | + | |
| 92 | + | |
92 | 93 |
| |
93 | 94 |
| |
94 | 95 |
| |
|
+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
| 85 | + | |
87 | 86 |
| |
88 | 87 |
| |
| 88 | + | |
| 89 | + | |
89 | 90 |
| |
90 | 91 |
| |
91 | 92 |
| |
|
tests/fixtures/testers/rule-tester/suggestions.js
Copy file name to clipboardExpand all lines: tests/fixtures/testers/rule-tester/suggestions.js+16-2Lines changed: 16 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 |
| - | |
| 29 | + | |
| 30 | + | |
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
| |||
57 | 59 |
| |
58 | 60 |
| |
59 | 61 |
| |
60 |
| - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + |
+58-16Lines changed: 58 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4801 | 4801 |
| |
4802 | 4802 |
| |
4803 | 4803 |
| |
4804 |
| - | |
4805 |
| - | |
4806 |
| - | |
4807 |
| - | |
4808 |
| - | |
4809 |
| - | |
4810 |
| - | |
4811 |
| - | |
4812 |
| - | |
4813 |
| - | |
4814 |
| - | |
4815 |
| - | |
4816 |
| - | |
4817 |
| - | |
4818 |
| - | |
| 4804 | + | |
| 4805 | + | |
| 4806 | + | |
| 4807 | + | |
| 4808 | + | |
| 4809 | + | |
| 4810 | + | |
| 4811 | + | |
| 4812 | + | |
| 4813 | + | |
| 4814 | + | |
| 4815 | + | |
| 4816 | + | |
| 4817 | + | |
| 4818 | + | |
| 4819 | + | |
| 4820 | + | |
| 4821 | + | |
4819 | 4822 |
| |
4820 | 4823 |
| |
4821 | 4824 |
| |
| |||
4840 | 4843 |
| |
4841 | 4844 |
| |
4842 | 4845 |
| |
4843 |
| - | |
| 4846 | + | |
| 4847 | + | |
4844 | 4848 |
| |
4845 | 4849 |
| |
4846 | 4850 |
| |
| |||
4877 | 4881 |
| |
4878 | 4882 |
| |
4879 | 4883 |
| |
| 4884 | + | |
| 4885 | + | |
| 4886 | + | |
| 4887 | + | |
| 4888 | + | |
| 4889 | + | |
| 4890 | + | |
| 4891 | + | |
| 4892 | + | |
| 4893 | + | |
| 4894 | + | |
| 4895 | + | |
| 4896 | + | |
| 4897 | + | |
| 4898 | + | |
| 4899 | + | |
| 4900 | + | |
| 4901 | + | |
| 4902 | + | |
| 4903 | + | |
| 4904 | + | |
| 4905 | + | |
| 4906 | + | |
| 4907 | + | |
| 4908 | + | |
| 4909 | + | |
| 4910 | + | |
| 4911 | + | |
| 4912 | + | |
| 4913 | + | |
| 4914 | + | |
| 4915 | + | |
| 4916 | + | |
| 4917 | + | |
| 4918 | + | |
| 4919 | + | |
| 4920 | + | |
| 4921 | + | |
4880 | 4922 |
| |
4881 | 4923 |
| |
4882 | 4924 |
| |
|
You can’t perform that action at this time.
0 commit comments