UNPKG

@deposits/validators

Version:

A collection of Fintech-specific and general-purpose validators, designed to extend popular validation libraries like Vuelidate, Zod, and yup.

10 lines (8 loc) 255 B
import globals from "globals"; import pluginJs from "@eslint/js"; import eslintConfigPrettier from "eslint-config-prettier"; export default [ { languageOptions: { globals: globals.browser } }, pluginJs.configs.recommended, eslintConfigPrettier, ];