51 matches across 1 files for error lang:JavaScript lang:JavaScript lang:JavaScript path:src/tools/rustdoc-js/.eslintrc.js
snippet_mode: auto · sorted by relevance
src/tools/rustdoc-js/.eslintrc.js JAVASCRIPT 51 matches · showing 5 view file →
12 "rules": {
13 "linebreak-style": [
14 "error",
15 "unix"
16 ],
· · ·
17 "semi": [
18 "error",
19 "always"
20 ],
· · ·
21 "quotes": [
22 "error",
23 "double"
24 ],
· · ·
25 "linebreak-style": [
26 "error",
27 "unix"
28 ],
· · ·
29 "no-trailing-spaces": "error",
30 "no-var": ["error"],
31 "prefer-const": ["error"],
+ 46 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.