Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@minimaltech/eslint-react-native

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minimaltech/eslint-react-native

React Native ESLint configuration

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-57.14%
Maintainers
0
Weekly downloads
 
Created
Source

Minimal Technology eslint configuration

This repository contains the shared ESLint configuration used by the Minimal Technology team. It provides a standardized set of linting rules for your JavaScript and TypeScript projects, helping to ensure code quality and consistency across your projects.

Installation

First of all, ensure that Node.js and pnpm are installed in your system. Then, run the following command to install the package:

pnpm add -D @minimaltech/eslint-react-native

This command installs this package as a devDependency in your project.

Setup

This eslint configuration expects some peerDependencies or devDependencies to be installed in your project. Please ensure that you have them installed as devDependency. You can install them using the following command:

pnpm add -D eslint@^8.57.0 prettier typescript

Usage

Create a eslint.config.* file in your project's root (or update the existing one) with the following content:

import confs from "@minimaltech/eslint-react-native";

const configs = [
  ...confs,
  {
    // extra configs
  },
];

export default configs;

FAQs

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc