UNPKG

@docs.plus/extension-indent

Version:

A Tiptap extension for managing text indentation in documents

10 lines (9 loc) 241 B
{ "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"], "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "root": true, "rules": { "@typescript-eslint/no-explicit-any": "off" } }