52 matches across 1 files for error lang:JavaScript lang:JavaScript path:src/librustdoc/html/static/.eslintrc.js
snippet_mode: auto · sorted by relevance
src/librustdoc/html/static/.eslintrc.js JAVASCRIPT 52 matches · showing 5 view file →
11 "rules": {
12 "linebreak-style": [
13 "error",
14 "unix"
15 ],
· · ·
16 "semi": [
17 "error",
18 "always"
19 ],
· · ·
20 "quotes": [
21 "error",
22 "double"
23 ],
· · ·
24 "linebreak-style": [
25 "error",
26 "unix"
27 ],
· · ·
28 "no-trailing-spaces": "error",
29 "no-var": ["error"],
30 "prefer-const": ["error"],
+ 47 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.