Socket
Book a DemoInstallSign in
Socket

@ayuhito/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ayuhito/eslint-config

Personal ESLint Configs

latest
Source
npmnpm
Version
0.6.2
Version published
Maintainers
1
Created
Source

eslint-config

Personal ESLint Config for Node.js and TypeScript.

// .eslintrc.cjs
module.exports = {
  extends: ["@ayuhito/eslint-config"],
};

You can remove ESM restrictions by using the following config:

// .eslintrc.cjs
module.exports = {
  extends: ["@ayuhito/eslint-config"],
  rules: {
    "unicorn/prefer-module": "off",
  },
};

Keywords

eslint

FAQs

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