Socket
Socket
Sign inDemoInstall

eslint-plugin-instructure-ui

Package Overview
Dependencies
3
Maintainers
34
Versions
1781
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-plugin-instructure-ui

An eslint configuration for Instructure UI


Version published
Weekly downloads
179
decreased by-95.39%
Maintainers
34
Created
Weekly downloads
 

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 13 Jun 2024

Did you know?

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