Is it possible to disable the eslint rule for an entire file? Something like:
// eslint-disable-file no-use-before-define
(Similar to eslint-disable-line.) It happens to me quite often that in a certain file I break a certain rule in many places that are considered OK for this file, but I donβt want to disable the rule for the whole project, and I donβt want disable other rules for this particular file.
javascript configuration lint eslint
Tomas Kulich Jan 13 '16 at 10:31 2016-01-13 10:31
source share