UNPKG

eslint-config-metarhia

Version:

ESLint config for Metarhia projects

13 lines (11 loc) 180 B
'use strict'; module.exports = { 'no-console': ['off'], 'no-constant-condition': [ 'error', { checkLoops: false, }, ], 'no-return-assign': ['error'], };