芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/@types/eslint/rules/strict-mode.d.ts
import { Linter } from "../index"; export interface StrictMode extends Linter.RulesRecord { /** * Rule to require or disallow strict mode directives. * * @since 0.1.0 * @see https://eslint.org/docs/rules/strict */ strict: Linter.RuleEntry<["safe" | "global" | "function" | "never"]>; }