Socket
Book a DemoInstallSign in
Socket

@abelflopes/eslint-config-tsr-pro

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

@abelflopes/eslint-config-tsr-pro

Professional grade eslint configuration targeted for typescript & react projects

2.0.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Release   Validate


ESlint Config TSR Pro


Professional grade Eslint configuration targeted for typescript & react projects


Overview

An ESLint configuration package designed to provide a consistent and performant code linting setup for JavaScript and TypeScript projects, with or without React.

It extends popular ESLint configurations, incorporates rules to prevent conflicts with Prettier, and includes environment settings for browser, Node.js, and ECMAScript 2021.

This package aims to streamline your development workflow by maintaining code quality and ensuring a consistent coding style across your projects.

It makes use of the recommended settings of each plugin, and extends with extra configuration not present on the recommended preset.

Used plugins / configs:

To achieve maximum consistency, use along with prettier-config-pro;

Installation

You can install this config via npm or yarn:

npm install @abelflopes/eslint-config-tsr-pro --save-dev
# or
yarn add @abelflopes/eslint-config-tsr-pro --dev

Usage

To use this configuration in your project, create an ESLint configuration file (e.g., .eslintrc.js) and extend @abelflopes/eslint-config-tsr-pro:

// .eslintrc.js
module.exports = {
  extends: '@abelflopes/eslint-config-tsr-pro',
  // Add any project-specific overrides or rules here
};

Contributing

If you encounter any issues with this ESLint configuration or have suggestions for improvements, please visit the GitHub repository and open an issue or pull request. Check also the development docs.

Keywords

eslint

FAQs

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.