Skip to content

Commit e8f8259

Browse files
committed
feat: remove Flow types support
Removed Flow configuration, type definitions, and dependencies. - Deleted .flowconfig - Deleted flow-typed/ and typings/ directories - Removed Flow-related scripts and dependencies from package.json - Removed Flow preset from babel.config.js - Removed Flow ignore from eslint.config.mjs
1 parent 482875d commit e8f8259

File tree

8 files changed

+4
-1793
lines changed

8 files changed

+4
-1793
lines changed

.flowconfig

Lines changed: 0 additions & 63 deletions
This file was deleted.

babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = {
1212
],
1313
'@babel/preset-react',
1414
'@babel/preset-typescript',
15-
'@babel/preset-flow',
1615
],
1716
plugins: ['@babel/plugin-transform-strict-mode'],
1817
env: {

eslint.config.mjs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@ import jest from 'eslint-plugin-jest';
55

66
export default [
77
{
8-
ignores: [
9-
'flow-typed/',
10-
'build/',
11-
'experiments-rtl/',
12-
'website/',
13-
'eslint.config.mjs',
14-
'jest-setup.ts',
15-
],
8+
ignores: ['build/', 'experiments-rtl/', 'website/', 'eslint.config.mjs', 'jest-setup.ts'],
169
},
1710
...callstackConfig,
1811
...tseslint.configs.strict,

0 commit comments

Comments
 (0)