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

@ktxtr/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ktxtr/eslint-config

Eslint configuration curated by kontextR

  • 1.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

kontextR eslint config

Created by yours truly :heart:

This repository holds kontextR's global eslint configuration files. It is published under the ISC license.

How to use it

Install the configuration like any other using npm npm install --save-dev @ktxtr/eslint-config. You can use it by adding extends: [ "@ktxtr/eslint-config" ] to your .eslintrc file.

Additional configurations

The basic configuration contains linters for generic js code. There are a couple of other specialized configurations you can use alongside the generic one using extends: [ "@ktxtr/eslint-config/<name>" ] and replacing <name> with one of:

  • jest: for linting jest test files
  • inferno: for linting inferno framework based files

The main package contains, due to these additional configurations, additional peer dependencies. If you do not use these you can safely ignore the peer dependency warnings.

Keywords

FAQs

Package last updated on 29 Aug 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