Socket
Book a DemoInstallSign in
Socket

@entire.se/eslint-config-eslint-react

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entire.se/eslint-config-eslint-react

Lorem ipsum dolor sit amet

latest
npmnpm
Version
3.5.0
Version published
Maintainers
2
Created
Source

@entire.se/eslint-react

lerna npm version npm license

Extendable ESLint configuration.

Installation

yarn add @entire.se/eslint-config-eslint-react -D

Peer dependencies

{
  "@calm/eslint-plugin-react-intl": "^1.4.1",
  "@entire.se/prettier": "^3.0.0",
  "@graphql-eslint/eslint-plugin": "^3.20.1",
  "@typescript-eslint/eslint-plugin": "^6.7.4",
  "@typescript-eslint/parser": "^6.7.4",
  "eslint": "^8.50.0",
  "eslint-config-prettier": "^9.0.0",
  "eslint-plugin-cypress": "^2.15.1",
  "eslint-plugin-import": "^2.28.1",
  "eslint-plugin-jest": "^27.4.2",
  "eslint-plugin-jsx-a11y": "^6.7.1",
  "eslint-plugin-prettier": "^5.0.0",
  "eslint-plugin-react": "^7.33.2",
  "eslint-plugin-react-hooks": "^4.6.0",
  "eslint-plugin-testing-library": "^6.0.2"
}

Usage

Extend @entire.se/eslint-react in the ESLint configuration. Also make sure to setup and install @entire.se/prettier and its peer dependencies.

module.exports = {
  extends: ['@entire.se/eslint-react'],
};

GraphQL

For the GraphQL ESlint to work the project needs to contain a graphql config file in the root directory (https://www.the-guild.dev/graphql/config/docs#examples) that points to the generated GraphQL schema.

For example you could create a file in the root directory called .graphqlrc.yml with the following content:

# This is for the linting (via @graphql-eslint/eslint-plugin)
# This is NOT used for codegen. That code will be in the codegen directory
schema: graphql/graphql.schema.json

Your IDE also needs a GraphQL extension for syntax highlighting in GraphQL files.

FAQs

Package last updated on 01 Nov 2023

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