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

@pakwoon/eslint-preset

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pakwoon/eslint-preset

eslint preset

latest
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

@pakwoon/eslint-preset

介绍

前端工程化预设 - eslint

目前包含

  • import/order - import 分组排序

使用方式

eslint

安装包

pnpm add @pakwoon/eslint-preset -D

在 .eslintrc.js 中添加配置

module.exports = {
  extends: [require.resolve('@pakwoon/eslint-preset')],
};

Keywords

eslint

FAQs

Package last updated on 22 Feb 2024

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