UNPKG

wp-setup

Version:

Easily create replicable local WordPress environments with Docker

9 lines (8 loc) 246 B
import globals from "globals"; import pluginJs from "@eslint/js"; import tseslint from "typescript-eslint"; export default [ {languageOptions: { globals: globals.browser }}, pluginJs.configs.recommended, ...tseslint.configs.recommended, ];