Move "use strict" directives up
Move "use strict" directives to the first line of each file. In particular, move them above any ESLint comments, which are far less important. There are few exceptions: Executable files In these, the "use strict" directive must give way to the shebang. lib/parser.js Here, the "Generated by..." comment comes first. Also, ESLint comments are prepended in post-processing.redux
parent
ff7193776e
commit
c134e06229
Loading…
Reference in New Issue