[READ-ONLY] Mirror of https://github.com/shuuji3/github-contribution-recorder. 馃摴 A tool to record GitHub activities (commits, issues, PRs, comments) into a local SQLite database.
0

Configure Feed

Select the types of activity you want to include in your feed.

github-contribution-recorder / .oxlintrc.json
869 B 40 lines
1{ 2 "$schema": "./node_modules/oxlint/configuration_schema.json", 3 "plugins": null, 4 "categories": {}, 5 "rules": {}, 6 "settings": { 7 "jsx-a11y": { 8 "polymorphicPropName": null, 9 "components": {}, 10 "attributes": {} 11 }, 12 "next": { 13 "rootDir": [] 14 }, 15 "react": { 16 "formComponents": [], 17 "linkComponents": [], 18 "version": null, 19 "componentWrapperFunctions": [] 20 }, 21 "jsdoc": { 22 "ignorePrivate": false, 23 "ignoreInternal": false, 24 "ignoreReplacesDocs": true, 25 "overrideReplacesDocs": true, 26 "augmentsExtendsReplacesDocs": false, 27 "implementsReplacesDocs": false, 28 "exemptDestructuredRootsFromChecks": false, 29 "tagNamePreference": {} 30 }, 31 "vitest": { 32 "typecheck": false 33 } 34 }, 35 "env": { 36 "builtin": true 37 }, 38 "globals": {}, 39 "ignorePatterns": [] 40}