You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-instructure-ui

Package Overview
Dependencies
Maintainers
0
Versions
1789
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-instructure-ui

An eslint configuration for Instructure UI

8.56.4
latest
Source
npm
Version published
Weekly downloads
250
-63.82%
Maintainers
0
Weekly downloads
 
Created
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

Package last updated on 03 Oct 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