preserve-new-line-last.js 208 B

12345678910111213141516171819202122
  1. function f() {
  2. a
  3. /* eslint-disable */
  4. }
  5. function f() {
  6. a
  7. /* eslint-disable */
  8. }
  9. function name() {
  10. // comment1
  11. func1()
  12. // comment2
  13. func2()
  14. // comment3 why func3 commented
  15. // func3()
  16. }