danielgolden / language-linter

A natural language linter React component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Relic Language Linter

A natural language linter React component. See it in action in this project.

Install

npm i new-relic-language-linter

Props

  • sampleText (string): The text to be linted. Every time this is updated, the linter will provide feedback on it.
  • setSampleText (func): A function that will update update your sample text.
  • updateTimer (number): The amount of time (in milliseconds) that the linter should wait before relinting the sampleText after it's been updated.

Video preview

A preview of the package in action in a Figma plugin and on the web

Untitled.mp4

About

A natural language linter React component.


Languages

Language:JavaScript 98.8%Language:CSS 1.2%