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

@luckbox/eslint-rules

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luckbox/eslint-rules

Unified eslint rules between projects

latest
Source
npmnpm
Version
5.0.4
Version published
Maintainers
2
Created
Source

Luckbox ESLint rules

Requirements

  • ESLint 7.2.0 or newer

Usage

Rules are exposed as named CommonJS exports and are split into 3 distinct types:

  • frontend - Frontend (TypeScript and JavaScript rules)
  • backend - Backend (TypeScript and JavaScript rules)

Example usage of backend JavaScript rules with ESLint configuration being loaded from .eslintrc.js:

'use strict';

const { backend } = require('@luckbox/eslint-rules');

module.exports = backend;

Keywords

luckbox

FAQs

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