Skip to content

Commit

Permalink
Fix issue with eslint v8 + jest (#23)
Browse files Browse the repository at this point in the history
* try a fix

* add a test

* bump version for next release

* add jest test to regular test script
  • Loading branch information
Brianzchen authored Dec 29, 2021
1 parent 8c50da2 commit 7786e3b
Show file tree
Hide file tree
Showing 10 changed files with 2,890 additions and 125 deletions.
4 changes: 2 additions & 2 deletions flow-typed/npm/@babel/preset-env_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 030343cdb4e6653a1c2fac3b94f1e17c
// flow-typed version: <<STUB>>/@babel/preset-env_v^7.15.8/flow_v0.167.1
// flow-typed signature: 5d94dfe400c3d624cf25f5d5ef3c1c8b
// flow-typed version: <<STUB>>/@babel/preset-env_v^7.16.5/flow_v0.167.1

/**
* This is an autogenerated libdef stub for:
Expand Down
32 changes: 2 additions & 30 deletions flow-typed/npm/eslint-plugin-ft-flow_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: ad2a94df497f3d12d52c060dd4742d28
// flow-typed version: <<STUB>>/eslint-plugin-ft-flow_v^1.0.1/flow_v0.167.1
// flow-typed signature: a51d273390e29f94f48bc5d0b69fc930
// flow-typed version: <<STUB>>/eslint-plugin-ft-flow_v^1.1.0/flow_v0.167.1

/**
* This is an autogenerated libdef stub for:
Expand All @@ -22,22 +22,6 @@ declare module 'eslint-plugin-ft-flow' {
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'eslint-plugin-ft-flow/dist/bin/addAssertions' {
declare module.exports: any;
}

declare module 'eslint-plugin-ft-flow/dist/bin/checkDocs' {
declare module.exports: any;
}

declare module 'eslint-plugin-ft-flow/dist/bin/checkTests' {
declare module.exports: any;
}

declare module 'eslint-plugin-ft-flow/dist/bin/utilities' {
declare module.exports: any;
}

declare module 'eslint-plugin-ft-flow/dist' {
declare module.exports: any;
}
Expand Down Expand Up @@ -347,18 +331,6 @@ declare module 'eslint-plugin-ft-flow/dist/utilities/suppressionTypes' {
}

// Filename aliases
declare module 'eslint-plugin-ft-flow/dist/bin/addAssertions.js' {
declare module.exports: $Exports<'eslint-plugin-ft-flow/dist/bin/addAssertions'>;
}
declare module 'eslint-plugin-ft-flow/dist/bin/checkDocs.js' {
declare module.exports: $Exports<'eslint-plugin-ft-flow/dist/bin/checkDocs'>;
}
declare module 'eslint-plugin-ft-flow/dist/bin/checkTests.js' {
declare module.exports: $Exports<'eslint-plugin-ft-flow/dist/bin/checkTests'>;
}
declare module 'eslint-plugin-ft-flow/dist/bin/utilities.js' {
declare module.exports: $Exports<'eslint-plugin-ft-flow/dist/bin/utilities'>;
}
declare module 'eslint-plugin-ft-flow/dist/index' {
declare module.exports: $Exports<'eslint-plugin-ft-flow/dist'>;
}
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/eslint-plugin-jest_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 7db79feb421678a5b575eabb2f69dded
// flow-typed version: <<STUB>>/eslint-plugin-jest_v^25.3.0/flow_v0.167.1
// flow-typed signature: f6e1eb19a388c57788b10896ab98f993
// flow-typed version: <<STUB>>/eslint-plugin-jest_v^25.3.2/flow_v0.167.1

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/eslint-plugin-react_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: f375dc809661d7a33406e9f1eb231a57
// flow-typed version: <<STUB>>/eslint-plugin-react_v^7.27.1/flow_v0.167.1
// flow-typed signature: e67dd8b7df92125411c79b6c713ddf13
// flow-typed version: <<STUB>>/eslint-plugin-react_v^7.28.0/flow_v0.167.1

/**
* This is an autogenerated libdef stub for:
Expand Down
Loading

0 comments on commit 7786e3b

Please sign in to comment.