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

@namchee/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@namchee/eslint-config

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

  • 1.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
90
increased by80%
Maintainers
1
Weekly downloads
 
Created
Source

@namchee/eslint-config

:wrench: My personal and opinionated ESLint shareable configuration. Designed to be used with TypeScript (which means that you can extend the tsconfig.json from this package), although it will also work without it. To add cherry on top, Prettier config is also included.

This configuration uses google ESLint config as the base config with some JSDoc enchancements.

Installation

You can install this configuration using your favorite Node package managers

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

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

Usage

You can use this configuration by extending it in your ESLint configuration file.

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

Don't forget to include the prettier config in your package.json or your Prettier configuration file.

Below is the example how to add your prettier config in package.json.

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

License

This project is licensed under the MIT License

FAQs

Package last updated on 28 Jun 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