New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-universe

Package Overview
Dependencies
Maintainers
28
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-universe

Shared ESLint configs for internal Expo projects.

  • 14.0.1-canary-20250207-8bc5146
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
28
Weekly downloads
 
Created

What is eslint-config-universe?

eslint-config-universe is an ESLint configuration package designed to provide a comprehensive set of linting rules for JavaScript and TypeScript projects. It is particularly tailored for projects using React, React Native, and Expo, offering a consistent coding style and best practices.

What are eslint-config-universe's main functionalities?

JavaScript Linting

This feature provides a set of linting rules for JavaScript projects, ensuring code quality and consistency. The configuration extends from 'universe/native', which includes rules for React Native projects.

{ "extends": ["universe/native"] }

TypeScript Linting

This feature adds TypeScript-specific linting rules on top of the JavaScript rules, helping developers catch type-related errors and enforce best practices in TypeScript codebases.

{ "extends": ["universe/native", "universe/shared/typescript-analysis"] }

React and React Native Support

The package includes specific rules for React and React Native projects, promoting best practices and preventing common pitfalls in these environments.

{ "extends": ["universe/native"] }

Other packages similar to eslint-config-universe

Keywords

FAQs

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

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