UNPKG

text-fields

Version:

TextFields is designed to create and manage text fields with advanced visuals and functionality, including dynamic notched outlines, floating labels, and adaptive text areas.

27 lines (26 loc) 544 B
{ "env": { "browser": true, "es2022": true }, "extends": [ "airbnb-base", "plugin:@typescript-eslint/recommended" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module", "project": "./tsconfig.json" }, "plugins": ["@typescript-eslint"], "rules": { "max-len": [ "off", { "code": 100, "ignoreUrls": true } ] } }