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

eslint-config-schibsted-chai

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-schibsted-chai

Schibsted ESLint settings for chai test files

  • 7.0.0
  • next
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.6K
increased by622.76%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-schibsted-chai Build Status

A module to contain the Schibsted Chai linting rules for ESLint.

How to use

In addition to installing the main package you will need to install this package.

yarn add eslint-config-schibsted-chai eslint@^5.6.1 eslint-plugin-chai-friendly@^0.4.1 -D

Then add the extends option to your .eslintrc.*:

{
  "extends": [
    "schibsted-chai"
  ]
}

You can override specific settings by specifying them as normal. See http://eslint.org/docs/developer-guide/shareable-configs for more details.

Keywords

FAQs

Package last updated on 02 Oct 2018

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