summaryrefslogtreecommitdiff
path: root/tests/specs/fmt/gitignore/dist/file1.js
blob: 3ecf5aa6a07b4f8ee00bc826b5366a745a601b84 (plain)
1
2
3
4
5
6
// This file is in `.gitignore` simulating that it's generated by a build tool
// and should not be linted
function foo(   )   {
    console.log(  "hello")
       }