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

eslint-config-cheminfo-react

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-cheminfo-react

Shared ESLint config for projects using React

  • 14.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
306
decreased by-15.93%
Maintainers
0
Weekly downloads
 
Created
Source

eslint-config-cheminfo-react

Shared ESLint config for projects using React.

[!IMPORTANT]
Configs now require to use the ESLint Flat Config format. See the migration guide for more information.

Installation

npm i -D eslint-config-cheminfo-react eslint

Usage

In JavaScript projects

Create a eslint.config.mjs file with the following contents:

import react from 'eslint-config-cheminfo-react';

export default [...react];

You can then customize the config for your project.

In TypeScript projects

See https://github.com/cheminfo/eslint-config/tree/main?tab=readme-ov-file#typescript-and-react

References

This config extends our base eslint-config-cheminfo JavaScript config.

FAQs

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