bahmutov / eslint-rules

My custom eslint rules in addition to the ones provided at http://eslint.org/
97 stars 16 forks source link

Cannot disable rule by comment #16

Closed unlight closed 6 years ago

unlight commented 6 years ago
/* eslint-disable extra-rules/no-long-files */

Does not work for me.

0:0  warning  file line count 347 exceeded line limit 300  extra-rules/no-long-files

node v6.11.2 eslint@4.6.1 typescript-eslint-parser@8.0.0

unlight commented 6 years ago

Nevermind =) Found replacement here #14