this repo has no description
0
fork

Configure Feed

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

chore(eslintrc): support optional chaining (`?.`)

+1 -1
+1 -1
.eslintrc.json
··· 6 6 "es6": true 7 7 }, 8 8 "parserOptions": { 9 - "ecmaVersion": 2019, 9 + "ecmaVersion": 2020, 10 10 "sourceType": "module" 11 11 }, 12 12 "rules": {