Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 405 Bytes

File metadata and controls

13 lines (7 loc) · 405 Bytes

Pattern: Export name differs from filename

Issue: -

Description

This rule checks the export name is same as filename.

NOTE: this rule is only enabled when parserOptions.ecmaVersion in .eslintrc is set to 6 (2015) or later.

Further Reading