Lanyards is a dedicated profile for researchers, built on the AT Protocol.
at main 13 lines 277 B view raw
1{ 2 "extends": ["next/core-web-vitals", "next/typescript"], 3 "rules": { 4 "@typescript-eslint/no-unused-vars": [ 5 "warn", 6 { 7 "argsIgnorePattern": "^_", 8 "varsIgnorePattern": "^_" 9 } 10 ], 11 "@typescript-eslint/no-explicit-any": "warn" 12 } 13}