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

eslint-config-namchee

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-namchee

My personal ESLint configuration. Fits for most JS / TS projects.

  • 1.0.20
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
decreased by-32%
Maintainers
1
Weekly downloads
 
Created
Source

ESLint Config Namchee

Personal and opinionated ESLint + Prettier shareable configuration with batteries included. This configuration uses XO as the base config.

Installation

Install this package with your favorite package manager

# using npm
npm install eslint-config-namchee -D

# using yarn
yarn add eslint-config-namchee -D

# using pnpm
pnpm add eslint-config-namchee -D

# using bun
bun add eslint-config-namchee -D

Usage

ESLint

To use the ESLint configuration, extend this configuration in your ESLint configuration file.

module.exports = {
  extends: ['eslint-config-namchee'], // or 'namchee' for short 
  // ...
}

Do note that this configuration is meant to be used with TypeScript in mind. Some features might not be compatible or available for vanilla JavaScript.

Prettier

To use the Prettier configuration, extend this configuration in your Prettier configuration file. Refer to the official documentation for how to extend Prettier configuration file.

Below is the example of how to extend the configuration from your package.json:

{
  "name": "<your_cool_package>",
  "version": "0.0.1",
  "prettier": "eslint-config-namchee/prettier.config.js"
}

License

This project is licensed under the MIT License

FAQs

Package last updated on 22 Oct 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