prettier/tests/comments/preserve-new-line-last.js

22 lines
208 B
JavaScript

function f() {
a
/* eslint-disable */
}
function f() {
a
/* eslint-disable */
}
function name() {
// comment1
func1()
// comment2
func2()
// comment3 why func3 commented
// func3()
}