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

@cloudy-ts/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
394
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudy-ts/eslint-plugin

ESLint plugin that provides a rule to enforce explicit `.js` or `.json` extensions on imports.

latest
npmnpm
Version
0.0.394
Version published
Weekly downloads
348
-64.49%
Maintainers
1
Weekly downloads
 
Created
Source

@cloudy-ts/eslint-plugin

ESLint plugin that provides a rule to enforce explicit .js or .json extensions on imports.

NPM version NPM downloads Build status

Installation

yarn add @cloudy-ts/eslint-plugin -D

Usage

Extend from the recommended configuration in your ESLint configuration file (ie, in your package.json file):

{
  "name": "my-awesome-project",
  "eslintConfig": {
    "extends": "plugin:@cloudy-ts/recommended"
  }
}

Rules

Each rule has emojis denoting:

  • ✅ if it belongs to the recommended configuration
  • 🔧 if some problems reported by the rule are automatically fixable by the --fix command line option
  • 💡 if some problems reported by the rule are manually fixable by editor suggestions
Name                                        Description🔧💡
extensionsEnforce import and export file extensions.🔧💡

Motivation

FAQs

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