Live video on the AT Protocol
79
fork

Configure Feed

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

at next 16 lines 352 B view raw
1{ 2 "env": { 3 "browser": true, 4 "es6": true, 5 "node": true 6 }, 7 "extends": [ 8 "eslint:recommended", 9 "plugin:@typescript-eslint/eslint-recommended", 10 "plugin:@typescript-eslint/recommended", 11 "plugin:import/recommended", 12 "plugin:import/electron", 13 "plugin:import/typescript" 14 ], 15 "parser": "@typescript-eslint/parser" 16}