-
Notifications
You must be signed in to change notification settings - Fork 470
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
170e191
commit b09622d
Showing
21 changed files
with
623 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
// flow-typed signature: 00e17e4cdc63fb2ff5c12de1f10787e2 | ||
// flow-typed version: <<STUB>>/eslint-config-prettier_v^4.1.0/flow_v0.91.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'eslint-config-prettier' | ||
* | ||
* Fill this stub out by replacing all the `any` types. | ||
* | ||
* Once filled out, we encourage you to share your work with the | ||
* community by sending a pull request to: | ||
* https://github.com/flowtype/flow-typed | ||
*/ | ||
|
||
declare module 'eslint-config-prettier' { | ||
declare module.exports: any; | ||
} | ||
|
||
/** | ||
* We include stubs for each file inside this npm package in case you need to | ||
* require those files directly. Feel free to delete any files that aren't | ||
* needed. | ||
*/ | ||
declare module 'eslint-config-prettier/@typescript-eslint' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'eslint-config-prettier/babel' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'eslint-config-prettier/bin/cli' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'eslint-config-prettier/bin/validators' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'eslint-config-prettier/flowtype' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'eslint-config-prettier/react' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'eslint-config-prettier/standard' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'eslint-config-prettier/unicorn' { | ||
declare module.exports: any; | ||
} | ||
|
||
declare module 'eslint-config-prettier/vue' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'eslint-config-prettier/@typescript-eslint.js' { | ||
declare module.exports: $Exports<'eslint-config-prettier/@typescript-eslint'>; | ||
} | ||
declare module 'eslint-config-prettier/babel.js' { | ||
declare module.exports: $Exports<'eslint-config-prettier/babel'>; | ||
} | ||
declare module 'eslint-config-prettier/bin/cli.js' { | ||
declare module.exports: $Exports<'eslint-config-prettier/bin/cli'>; | ||
} | ||
declare module 'eslint-config-prettier/bin/validators.js' { | ||
declare module.exports: $Exports<'eslint-config-prettier/bin/validators'>; | ||
} | ||
declare module 'eslint-config-prettier/flowtype.js' { | ||
declare module.exports: $Exports<'eslint-config-prettier/flowtype'>; | ||
} | ||
declare module 'eslint-config-prettier/index' { | ||
declare module.exports: $Exports<'eslint-config-prettier'>; | ||
} | ||
declare module 'eslint-config-prettier/index.js' { | ||
declare module.exports: $Exports<'eslint-config-prettier'>; | ||
} | ||
declare module 'eslint-config-prettier/react.js' { | ||
declare module.exports: $Exports<'eslint-config-prettier/react'>; | ||
} | ||
declare module 'eslint-config-prettier/standard.js' { | ||
declare module.exports: $Exports<'eslint-config-prettier/standard'>; | ||
} | ||
declare module 'eslint-config-prettier/unicorn.js' { | ||
declare module.exports: $Exports<'eslint-config-prettier/unicorn'>; | ||
} | ||
declare module 'eslint-config-prettier/vue.js' { | ||
declare module.exports: $Exports<'eslint-config-prettier/vue'>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// flow-typed signature: 34dac87659219e944c47088356829240 | ||
// flow-typed version: <<STUB>>/eslint-plugin-prettier_v^3.0.1/flow_v0.91.0 | ||
|
||
/** | ||
* This is an autogenerated libdef stub for: | ||
* | ||
* 'eslint-plugin-prettier' | ||
* | ||
* Fill this stub out by replacing all the `any` types. | ||
* | ||
* Once filled out, we encourage you to share your work with the | ||
* community by sending a pull request to: | ||
* https://github.com/flowtype/flow-typed | ||
*/ | ||
|
||
declare module 'eslint-plugin-prettier' { | ||
declare module.exports: any; | ||
} | ||
|
||
/** | ||
* We include stubs for each file inside this npm package in case you need to | ||
* require those files directly. Feel free to delete any files that aren't | ||
* needed. | ||
*/ | ||
declare module 'eslint-plugin-prettier/eslint-plugin-prettier' { | ||
declare module.exports: any; | ||
} | ||
|
||
// Filename aliases | ||
declare module 'eslint-plugin-prettier/eslint-plugin-prettier.js' { | ||
declare module.exports: $Exports<'eslint-plugin-prettier/eslint-plugin-prettier'>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.