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

@dexaai/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dexaai/eslint-config

Dexa ESLint config

  • 1.3.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
334
decreased by-22.14%
Maintainers
0
Weekly downloads
 
Created
Source

Forked from @remix-run/eslint-config

Dexa ESlint config used for all projects.

Installation

First, install this package along with ESLint in your project. This package requires at least version 8.1 of ESLint

npm install -D eslint @dexaai/eslint-config

Then create a file named .eslintrc.js in the root of the project/package:

module.exports = {
  extends: [ "@dexaai/eslint-config" ]
};

For Node-only projects (no React/browser code), use the node config:

module.exports = {
  extends: [ "@dexaai/eslint-config/node" ]
};

FAQs

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