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

@lad-tech/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lad-tech/eslint-config

ESLint config for React

  • 0.0.21
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
45
decreased by-13.46%
Maintainers
0
Weekly downloads
 
Created
Source

What is this package for?:

To unify the design of ESLint and use it in all related projects

Installation:

yarn add -D eslint prettier jest @lad-tech/eslint-config

Usage

  • Create 2 files .eslintignore and .eslintrc.js

  • All files that do not need to be formatted are added to .eslintignore

It usually consists of the following files/directories:

.idea
ios
android
node_modules
assets
*.md
*.config.js
  • Add to eslintrc.js:
module.exports = {
  extends: [
    '@lad-tech/eslint-config',
  ],
};

Keywords

FAQs

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