Socket
Book a DemoInstallSign in
Socket

@berlysia/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@berlysia/eslint-config

> ESLint config for myself

latest
npmnpm
Version
7.2.0
Version published
Weekly downloads
80
-13.04%
Maintainers
1
Weekly downloads
 
Created
Source

@berlysia/eslint-config

ESLint config for myself

Organization approach is based on https://github.com/antfu/eslint-config

Features

  • React
  • TypeScript
  • prettier

Install

npm install --save-dev eslint @berlysia/eslint-config
yarn add --dev eslint @berlysia/eslint-config
pnpm add --dev eslint @berlysia/eslint-config

Config

in eslint.config.js

import berlysia from "@berlysia/eslint-config";

export default berlysia();

opt-in rules for TypeScript

import berlysia from "@berlysia/eslint-config";

export default berlysia({
  tsConfigPath: "./tsconfig.json",
});

Keywords

eslint

FAQs

Package last updated on 04 Oct 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