/
drndsv
/
react
Обзор
Документация
Войти
/
drndsv
/
react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/espree/lib/features.js
27 строк
696 B
drndsv
Initial commit
14 апр 2025, 22:53
14 апр 2025, 22:53
641ac8a
Код
Авторство
О чём код?
/** * @fileoverview The list of feature flags supported by the parser and their default * settings. * @author Nicholas C. Zakas */ //------------------------------------------------------------------------------ // Requirements //------------------------------------------------------------------------------ // None! //------------------------------------------------------------------------------ // Public //------------------------------------------------------------------------------ export default { // React JSX parsing jsx: false, // allow return statement in global scope globalReturn: false, // allow implied strict mode impliedStrict: false };