New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-kuali

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-kuali

An eslint config to synchronize coding styles

  • 0.1.0
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

eslint-config-kuali

The base eslint config is used as a starting point to configure Kuali javascript projects.

Note: This uses the "eslint:all" rule, which is "not recommended for production use" because defaults for that rules can change with every major and minor version bump. For this reason, it is marked as a peer dependency with a pinned version. The peer dependency will fail if you don't match the exact version. If you find that this is out of date, please reach out to the core team as we want to keep this as up to date as possible.

Installation

npm install eslint-config-kuali --save-dev

Usage

{
  "extends": [
    "eslint-config-kuali"
  ],
  "rules": {
    // Put your overrides here
  }
}

Available "extensions"

  • eslint-config-kuali - The base config for your javascript project. Assumes features included in Node >= v6.x, but does not assume a node environment
  • eslint-config-kuali/node - An extension of rules to be used for node projects.
  • eslint-config-kuali/react - An extension of rules to be used for react projects.
  • eslint-config-kuali/mocha - An extension of rules to be used for mocha projects.

FAQs

Package last updated on 13 Mar 2017

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc