Socket
Socket
Sign inDemoInstall

@lad-tech/eslint-config

Package Overview
Dependencies
10
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lad-tech/eslint-config

ESLint config for React


Version published
Weekly downloads
116
increased by114.81%
Maintainers
4
Created
Weekly downloads
 

Readme

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

Last updated on 25 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc