Open
Description
Given this JSHINT rule: http://jshint.com/docs/options/#expr
"expr": true
Results in ESLint: https://eslint.org/docs/rules/no-unused-expressions
"no-unused-expressions": 2
Expected ESLint rule:
"no-unused-expressions": 0
Generally, JSHINT Relaxing options
suppress warnings when true
is specified.
Metadata
Assignees
Labels
No labels