Socket
Socket
Sign inDemoInstall

eslint-plugin-instructure-ui

Package Overview
Dependencies
3
Maintainers
31
Versions
1781
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-instructure-ui


Version published
Maintainers
31
Created

Changelog

Source

8.53.0 (2024-02-08)

Bug Fixes

  • ui-editable: fix the Esc key event propagation inside the Editable component (5223f2f)
  • ui-overlays: add maskcounter (fbe4d9e)
  • ui-text-area: correct highligh on textarea when using themeOverride (b657193)

Features

  • many: provide defaults to dateInput for easier setup and use (dcefc4e)
  • ui-date-time-input: add initialTimeForNewDate prop to datetimeinput (33711a3)
  • ui-date-time-input: add placeholder to datetimeinput's timeselect (3ec8cc3)
  • ui-source-code-editor: add search panel (991e8fa)

Readme

Source

category: packages

eslint-plugin-instructure-ui

npm  MIT License  Code of Conduct

An eslint configuration for Instructure UI.

Installation

Install eslint

npm install eslint --dev
npm install eslint-plugin-instructure-ui --dev

Configuration

Use our preset to get reasonable defaults:

  "extends": [
    "eslint:recommended",
    "plugin:instructure-ui/recommended"
  ]

If you do not use a preset you will need to specify individual rules and add extra configuration.

Add "instructure-ui" to the plugins section.

{
  "plugins": ["instructure-ui"]
}

Enable the rules that you would like to use.

  "rules": {
    "inst/no-relative-package-imports": "error"
  }

FAQs

Last updated on 08 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc