UNPKG

eslint-config-metarhia

Version:

ESLint config for Metarhia projects

12 lines (10 loc) 192 B
'use strict'; module.exports = { 'no-shadow-restricted-names': ['error', { reportGlobalThis: false }], 'no-use-before-define': [ 'error', { functions: false, }, ], };