🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

eslint-config-skelp

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

Standard ESLint configurations for Skelp packages

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

eslint-config-skelp

eslint-config-skelp contains standard ESLint configurations for Skelp packages.

License Release

Important! This package is deprecated and no longer maintained. You may want to consider using the !ninja configuration or any other ESLint configuration.

Install

Install using npm:

$ npm install --save-dev eslint-config-skelp

You'll need to have at least Node.js installed.

Configuration

Create an ESLint configuration file within your package that extends this configuration:

{
  "extends": "skelp",
  ...
}

This will import the ECMAScript 5 configuration by default. This can also be done by extending "skelp/es5". For ECMAScript 6 packages, please extend "skelp/es6" instead.

For compatibility with ESLint version 2, extend either "skelp/v2/es5" for ECMAScript 5 or "skelp/v2/es6" for EMCAScript 6.

License

See LICENSE.md for more information on our MIT license.

Keywords

eslint

FAQs

Package last updated on 03 Oct 2017

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