New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@forumone/eslint-config-react

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forumone/eslint-config-react

Forum One's ESLint configuration for React

Source
npmnpm
Version
3.0.4
Version published
Weekly downloads
343
22.06%
Maintainers
1
Weekly downloads
 
Created
Source

Forum One React Coding Style

Our JavaScript code style conventions are based on:

  • ESLint's Recommended Config
  • TypeScript ESLint
  • Prettier
  • Prettier Plugin: Organize Imports with customizations for specific environments and team practices.

For best results, mix with a base style guide of your choice. We recommend eslint-config-forumone-es5:

import { defineConfig } from 'eslint/config';
import f1Config from 'eslint-config-forumone-es5';
import f1ReactConfig from 'eslint-config-forumone-react';

const config = defineConfig([
  {
    extends: [f1Config, f1ReactConfig]
  }
]);

export default config;

Usage

  • Run eslint-config-forumone-react.
  • Add extends: 'forumone-es5' to your ESLint configuration file.

Keywords

eslint

FAQs

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