prettier/tests/flow/config_ignore/foo.js

5 lines
73 B
JavaScript

/* @flow */
// No error, this file is ignored
var x: number = "string";