Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 299 Bytes

limited-libs.md

File metadata and controls

19 lines (12 loc) · 299 Bytes

Report unsupported third-party library. (nebulas/limited-libs)

Supported third-party libs:

  • crypto.js

Rule Details

Examples of incorrect code for this rule:

const xxx = require('path')

Examples of correct code for this rule:

const xxx = require('crypto.js')