Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

eslint-config-schibsted-modules

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-modules

Schibsted ESLint settings for ES6 modules files

next
latest
Source
npmnpm
Version
7.0.0
Version published
Weekly downloads
29
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-schibsted-modules Build Status

A module to contain the Schibsted ES^ modules 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-modules eslint@^5.6.1 eslint-plugin-import@^2.14.0 -D

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

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

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

Keywords

eslint

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