New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@qlover/fe-standard

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qlover/fe-standard

前端开发标准和规范,确保代码质量的一致性。

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

@qlover/fe-standard

前端开发标准和规范,确保代码质量的一致性。

👉 中文文档 | English Docs

安装

npm install --save-dev @qlover/fe-standard
# 或
pnpm add -D @qlover/fe-standard

内容

本包包含:

  • ESLint 配置

    • base.json - 基础 ESLint 配置
    • base.ts.json - TypeScript ESLint 配置
  • 代码风格指南

    • 命名约定
    • 文件组织
    • 最佳实践

使用

ESLint 配置

在你的 .eslintrc 中扩展配置:

{
  "extends": ["@qlover/fe-standard/config/base.json"]
}

对于 TypeScript 项目:

{
  "extends": ["@qlover/fe-standard/config/base.ts.json"]
}

特性

  • 跨项目的一致代码风格
  • TypeScript 支持
  • 现代 JavaScript 标准
  • 最佳实践强制执行

许可证

ISC

Keywords

config

FAQs

Package last updated on 12 Mar 2026

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