UNPKG

pixgo

Version:

A CLI tool to upload images to Cloudinary

9 lines (7 loc) 218 B
import globals from "globals"; import pluginJs from "@eslint/js"; /** @type {import('eslint').Linter.Config[]} */ export default [ {languageOptions: { globals: globals.browser }}, pluginJs.configs.recommended, ];