Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-brightspace

Package Overview
Dependencies
Maintainers
0
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-brightspace

Common Brightspace eslint configs.

  • 1.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.2K
decreased by-44.81%
Maintainers
0
Weekly downloads
 
Created
Source

eslint-config-brightspace

NPM version

Common Brightspace eslint configs.

Installation

npm install eslint-config-brightspace

Usage

Set the extends property in the .eslintrc.json file, replacing <environment> with the desired environment-specific config.

{
  "extends": "brightspace/<environment>"
}

Environment Specific Configs

EnvironmentDescription
browser-configuse with code that runs in a browser
lit-configuse with Lit projects
testing-configuse with @brightspace-ui/testing test code
node-configuse with Node.js projects
react-configuse with React projects

Example:

{
  "extends": "brightspace/lit-config"
}

See the eslint rules for more details on rule configuration. See the eslint shareable configs for more details on creating configs.

Developing and Contributing

After cloning the repo, run npm install to install dependencies.

Versioning and Releasing

This repo is configured to use semantic-release. Commits prefixed with fix: and feat: will trigger patch and minor releases when merged to main.

To learn how to create major releases and release from maintenance branches, refer to the semantic-release GitHub Action documentation.

Keywords

FAQs

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

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