Socket
Socket
Sign inDemoInstall

@addepar/eslint-config

Package Overview
Dependencies
210
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @addepar/eslint-config

Addepar eslint-config


Version published
Weekly downloads
40
increased by25%
Maintainers
4
Install size
5.52 MB
Created
Weekly downloads
 

Readme

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

Last updated on 06 Aug 2020

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc