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

@addepar/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@addepar/eslint-config

Addepar eslint-config

  • 6.0.2-alpha.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
732
increased by14.37%
Maintainers
0
Weekly downloads
 
Created
Source

@addepar/eslint-config

This ESLint plugin supports both JavaScript and Ember.js linting.

Ember.js specific rules from eslint-plugin-ember.

Using the plugin with Ember CLI

Installation

Install the plugin as a dev dependency in your Ember CLI project.

yarn add --dev @addepar/eslint-config

Configuration

To include just Javascript rules:

// .eslintrc.js
module.exports = {
  extends: ["@addepar"],
  rules: {
    // custom rules
    // rules overrides
  }
};

To include just Ember.js rules:

// .eslintrc.js
module.exports = {
  extends: ["@addepar/eslint-config/ember"],
  rules: {
    // custom rules
    // rules overrides
  }
};

FAQs

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