🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@atex-ovi/eslint-config

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

@atex-ovi/eslint-config

Custom ESLint configuration for TypeScript and React, modified by Atex Ovi for personal and project use.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@atex-ovi/eslint-config

Custom ESLint configuration for TypeScript and React, modified by Atex Ovi for personal and project use.

Description

This package provides a standardized ESLint setup for TypeScript and React projects. It includes recommended rules and plugins for better code quality and consistency.

Installation

Using npm

npm install --save-dev @atex-ovi/eslint-config

Using Yarn

yarn add --dev @atex-ovi/eslint-config

Usage

Create an ESLint configuration file in your project root. You can use JSON, JS, or YAML formats.

.eslintrc.json

{
  "extends": "@atex-ovi/eslint-config"
}

.eslintrc.js

module.exports = {
  extends: "@atex-ovi/eslint-config",
};

.eslintrc.yaml

extends: "@atex-ovi/eslint-config"

Included Plugins and Rules

  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • eslint-plugin-react
  • eslint-plugin-simple-import-sort
  • eslint-plugin-unicorn

Peer Dependencies

Make sure you have installed:

  • eslint (any version)
  • typescript (>= 4)

Development Dependencies

Included for plugin compatibility:

  • typescript ^4.5.5

Contributing

Feel free to fork this repository and modify it for your own projects. Contributions are welcome via pull requests.

License

MIT License. Modified by Atex Ovi for custom use.

FAQs

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