UNPKG

eslint-plugin-better

Version:

Avoid some language features to write better code

7 lines 180 B
module.exports = function(context) { return { 'IfStatement': function(node) { return context.report(node, 'Unexpected if statement, use ternary expression instead'); } } }