CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 22:17:07 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/"6d838ce928b94cef4cf40814c511df9f"
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=D6hn2l9R9NfkR7kQZmafSTBPrfKVYgqilPKDPgfnM6LjhnXhewZMce3bfUd1UY4PNl%2Fu%2BVOLoGyoUWKNpjdRJhjGJ3ir3JdjseyCyTCO3oKkWHjHzr%2Fv5O6DhgClvezIvnwPNXRuYHiFQi0MVza8OfvxAUZBg%2BmaHfHwi0RRjarqYVSHidi5SZh5Fdw%2FXOVnST4%2F83x9%2B7gvESWsxQnEPZYiS6PLO9pEsEStSe1dDFGG0lg9WcHvSoh%2BaCGmP5lFHztIm20Kh9q24IApTO71TA%3D%3D--Z8OalX7zfN6SKhim--YntCwiwFcKX3jJHrJ6n1cQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.47753303.1753395426; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 22:17:06 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 22:17:06 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B6BC:13C057:16B54:222E3:6882B0E2
feat: Enable eslint.config.js lookup from CLI (#16235) · eslint/eslint@3e5839e · GitHub
Copy file name to clipboardExpand all lines: docs/src/user-guide/configuring/configuration-files-new.md
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit 3e5839e
authored
feat: Enable eslint.config.js lookup from CLI (#16235)
* feat: Enable eslint.config.js lookup from CLI
Refs #13481
* Switch to eslint.config.js
* Fix lint errors
* Restore .eslintrc.js
* Add warning to .eslintrc.js file
* Add suppressed messages
* Add suppressedMessages checks in tests
* Remove v8-compile-cache
* Fix CLI test
* Update comments in config files
* Remove --ext option
* Fix options tests
* Try to fix Windows errors
* Try to fix Windows tests again
* Try again to fix Windows errors
* Fix windows tests again1 parent 30b1a2d commit 3e5839eCopy full SHA for 3e5839e
File tree
Expand file treeCollapse file tree
20 files changed
+1893
-1605
lines changedFilter options
- bin
- docs/src/user-guide/configuring
- lib
- eslint
- rule-tester
- rules
- tests
- bin
- fixtures
- bin
- configurations
- max-warnings
- lib
- eslint
- tools/internal-testers
Expand file treeCollapse file tree
20 files changed
+1893
-1605
lines changed+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
1 | 18 |
| |
2 | 19 |
| |
3 | 20 |
| |
|
+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 | 12 |
| |
16 | 13 |
| |
17 | 14 |
| |
| |||
137 | 134 |
| |
138 | 135 |
| |
139 | 136 |
| |
140 |
| - | |
| 137 | + | |
| 138 | + | |
141 | 139 |
| |
142 | 140 |
|
docs/src/user-guide/configuring/configuration-files-new.md
Copy file name to clipboardExpand all lines: docs/src/user-guide/configuring/configuration-files-new.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
+44-27Lines changed: 44 additions & 27 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
8 | 24 |
| |
9 | 25 |
| |
10 | 26 |
| |
11 | 27 |
| |
12 | 28 |
| |
13 | 29 |
| |
| 30 | + | |
14 | 31 |
| |
15 | 32 |
| |
16 | 33 |
| |
| |||
24 | 41 |
| |
25 | 42 |
| |
26 | 43 |
| |
27 |
| - | |
28 | 44 |
| |
29 | 45 |
| |
30 | 46 |
| |
| |||
60 | 76 |
| |
61 | 77 |
| |
62 | 78 |
| |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 | 79 |
| |
69 | 80 |
| |
70 | 81 |
| |
| |||
101 | 112 |
| |
102 | 113 |
| |
103 | 114 |
| |
104 |
| - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
105 | 121 |
| |
106 | 122 |
| |
107 | 123 |
| |
108 |
| - | |
| 124 | + | |
109 | 125 |
| |
110 |
| - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
111 | 134 |
| |
112 | 135 |
| |
113 | 136 |
| |
| |||
119 | 142 |
| |
120 | 143 |
| |
121 | 144 |
| |
122 |
| - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
123 | 155 |
| |
124 | 156 |
| |
125 | 157 |
| |
| |||
147 | 179 |
| |
148 | 180 |
| |
149 | 181 |
| |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
| 182 | + | |
161 | 183 |
| |
162 | 184 |
| |
163 | 185 |
| |
| |||
168 | 190 |
| |
169 | 191 |
| |
170 | 192 |
| |
171 |
| - | |
172 | 193 |
| |
173 | 194 |
| |
174 | 195 |
| |
| |||
180 | 201 |
| |
181 | 202 |
| |
182 | 203 |
| |
183 |
| - | |
184 | 204 |
| |
185 | 205 |
| |
186 | 206 |
| |
| |||
193 | 213 |
| |
194 | 214 |
| |
195 | 215 |
| |
196 |
| - | |
197 | 216 |
| |
198 | 217 |
| |
199 | 218 |
| |
| |||
207 | 226 |
| |
208 | 227 |
| |
209 | 228 |
| |
210 |
| - | |
211 | 229 |
| |
212 | 230 |
| |
213 | 231 |
| |
| |||
219 | 237 |
| |
220 | 238 |
| |
221 | 239 |
| |
222 |
| - | |
223 |
| - | |
| 240 | + | |
224 | 241 |
| |
225 | 242 |
| |
226 | 243 |
| |
|
You can’t perform that action at this time.
0 commit comments