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

eslint-config-universe

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-universe

Shared ESLint configs for universal Expo projects, Node, and web

  • 13.1.0-canary-20240912-1059f85
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
29
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

FAQs

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