Skip to content

JSHINT expr to ESLINT no-unused-expressions #92

Open
@nyagoking

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions