🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@darcytech/eslint-config-base-darcytech

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darcytech/eslint-config-base-darcytech

eslint 通用基础配置

latest
npmnpm
Version
6.0.1
Version published
Weekly downloads
18
350%
Maintainers
1
Weekly downloads
 
Created
Source

@darcytech/eslint-config-base-darcytech

简介

整理 eslint 的 typescript 基础配置,不支持 React。如果需要支持检查 React, 请使用 @darcytech/eslint-config-darcytech

注意

ESLint8 要求 node 版本 ^12.22.0, ^14.17.0, or >=16.0.0

安装

npm install --save-dev @darcytech/eslint-config-base-darcytech eslint prettier jest

用法

module.exports = {
  root: true,
  extends: ['@darcytech/base-darcytech'],
  parserOptions: {
    project: "./tsconfig.json"
  }
};

问题

how to silence warnings about ignored files in eslint

Keywords

eslint

FAQs

Package last updated on 10 Apr 2025

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