UNPKG

eslint-config-alloy

Version:
11 lines (10 loc) 187 B
module.exports = { rules: { /** * 禁止使用 'strict'; * @category Strict Mode * @fixable */ strict: ['error', 'never'] } };