UNPKG

instagram-graph-api

Version:

A library to help perform requests to the Instagram Graph API.

20 lines (19 loc) 347 B
{ "env": { "browser": true, "es2021": true }, "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 12 }, "plugins": [ "@typescript-eslint" ], "rules": { } }