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.
| ea52715 | 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 | } |