UNPKG

@crassaert/applovin-quality-service-expo-plugin

Version:

Expo plugin to automate installation of required packages from AppLovin Quality Service

13 lines (10 loc) 319 B
import globals from "globals"; import pluginJs from "@eslint/js"; import tseslint from "typescript-eslint"; /** @type {import('eslint').Linter.Config[]} */ export default [ {files: ["**/*.{ts}"]}, {languageOptions: { globals: globals.node }}, pluginJs.configs.recommended, ...tseslint.configs.recommended, ];