Initial boiler plate project
This commit is contained in:
8
node_modules/next/dist/lib/eslint/writeOutputFile.d.ts
generated
vendored
Normal file
8
node_modules/next/dist/lib/eslint/writeOutputFile.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Create a file with eslint output data
|
||||
*/
|
||||
export declare function writeOutputFile(
|
||||
/** The name file that needs to be created */
|
||||
outputFile: string,
|
||||
/** The data that needs to be inserted into the file */
|
||||
outputData: string): Promise<void>;
|
||||
Reference in New Issue
Block a user