New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@koober/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@koober/eslint-config

ESLint configuration presets

  • 5.12.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
173
decreased by-1.7%
Maintainers
5
Weekly downloads
 
Created
Source

Koober ESLint configuration (@koober/eslint-config)

NPM Version License

ESLint configuration presets

Installation

npm install --save-dev @koober/eslint-config

Usage

Default JS/TS project

For most kind of project, just edit eslintrc.json and add default configuration

{
  "extends": [
    "@koober/eslint-config"
  ]
}

Features :

  • ES and TS validation
  • Prettier formatting
  • JSX and React syntax validation
  • Jest tests

Custom project

For most kind of project, just edit eslintrc.json and cherry pick only configurations

{
  "root": true,
  "extends": [
    "@koober/eslint-config/es",
    "@koober/eslint-config/functional",
    "@koober/eslint-config/jest",
    "@koober/eslint-config/json",
    "@koober/eslint-config/react",
    "@koober/eslint-config/ts",
    // include more configurations here
  ]
  //...
}

Available configurations :

  • @koober/eslint-config/es: for ECMA Script (ES) files
  • @koober/eslint-config/jest: for jest environment tests
  • @koober/eslint-config/functional: for pure functional programming
  • @koober/eslint-config/react: for react capability
  • @koober/eslint-config/ts: for typescript files

License

MIT © Julien Polo julien.polo@koober.com

Keywords

FAQs

Package last updated on 31 Aug 2021

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