Pre-launch — Gluecron is in final validation. Public signups and git hosting for non-owner users open after launch review.
CodeIssuesDiscussionsWikiPull RequestsProjectsCommitsActionsReleasesContributorsPulse● GatesSecuritySettingsDeploymentsPipelineInsightsAgents✨ Explain✨ Ask AI✨ Workspace✨ Spec✨ Tests▓ Debt Map✨ NL Search🏛 Archaeology
Blame · Line-by-line history

.eslintrc.json

Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.

.eslintrc.jsonBlame12 lines · 1 contributor
ea52715copilot-swe-agent[bot]1{
2 "env": {
3 "node": true,
4 "es2022": true
5 },
6 "parser": "@typescript-eslint/parser",
7 "parserOptions": {
8 "ecmaVersion": 2022,
9 "sourceType": "module"
10 },
11 "rules": {}
12}