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

@kodehort/eslint-config-kodehort

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kodehort/eslint-config-kodehort

A curated set of ESLint configurations that we use across our projects and can be used in your projects.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-kodehort

eslint-config-kodehort is a curated set of ESLint configurations that can be across our projects and can be used in your projects. It includes a set of rules that are designed to help you write clean, maintainable, and error-free code. It is inspired by the config in template-typescript-node-package but with further customisation and intended to be included as a dependency across our projects. Rather than add this all to a template it is included as a package enabling updates to be pulled forward into consuming projects.

Installation

  1. You'll first need to install ESLint:
npm install eslint --save-dev
  1. Next, install eslint-config-kodehort, run the following command:
npm install --save-dev kodehort/eslint-config-kodehort

Or:

pnpm add kodehort/eslint-config-kodehort -D

Usage

To use eslint-config-kodehort, you need to extend it in your ESLint configuration file. Here's an example .eslintrc.json file:

{
  "extends": ["kodehort"],
  "rules": {
    // your custom rules here
  }
}

Included Packages

eslint-config-kodehort includes the following packages:

  • @typescript-eslint/eslint-plugin: Provides ESLint rules specific to TypeScript.
  • @typescript-eslint/parser: Parses TypeScript code for ESLint.
  • eslint-config-next: Provides ESLint rules for Next.js projects.
  • eslint-config-turbo: Provides ESLint rules for Turbo projects.
  • eslint-plugin-security: Provides ESLint rules for security vulnerabilities.
  • eslint-config-prettier: Disables ESLint rules that conflict with Prettier.
  • eslint-plugin-deprecation: Provides ...

FAQs

Package last updated on 23 Jun 2023

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