6 matches across 1 files for error path:.eslintrc.yml path:.eslintrc.yml
snippet_mode: auto · sorted by relevance
.eslintrc.yml YAML 6 matches · showing 5 view file →
4 node: true
5rules:
6 eol-last: error
7 eqeqeq: [error, allow-null]
8 indent: [error, 2, { MemberExpression: "off", SwitchCase: 1 }]
· · ·
7 eqeqeq: [error, allow-null]
8 indent: [error, 2, { MemberExpression: "off", SwitchCase: 1 }]
9 no-trailing-spaces: error
· · ·
8 indent: [error, 2, { MemberExpression: "off", SwitchCase: 1 }]
9 no-trailing-spaces: error
10 no-unused-vars: [error, { vars: all, args: none, ignoreRestSiblings: true }]
· · ·
9 no-trailing-spaces: error
10 no-unused-vars: [error, { vars: all, args: none, ignoreRestSiblings: true }]
11 no-restricted-globals:
· · ·
10 no-unused-vars: [error, { vars: all, args: none, ignoreRestSiblings: true }]
11 no-restricted-globals:
12 - error
+ 1 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.