HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/nodejs/@types/eslint/ts3.1/rules/
Upload File :
Current File : //proc/1991111/root/usr/share/nodejs/@types/eslint/ts3.1/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'
    ]>;
}