Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove Flow from project #721

Merged
merged 5 commits into from
Feb 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
shippedProposals: true,
modules: false
}
],
'@babel/flow'
]
],
plugins: [
// Allows directly declaring props and methods on a class instead of
Expand Down
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ bin/test-data
translations
storybook-static
updates
flow-typed
/**/*.d.ts
7 changes: 2 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
"root": true,
"extends": [
"standard",
"plugin:flowtype/recommended",
"plugin:react/recommended",
"prettier",
"prettier/flowtype",
"prettier/react",
"prettier/standard"
],
"plugins": ["flowtype", "react", "prettier", "standard", "react-hooks"],
"plugins": ["react", "prettier", "standard", "react-hooks"],
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
Expand All @@ -35,8 +33,7 @@
},
"settings": {
"react": {
"version": "detect",
"flowVersion": "0.102"
"version": "detect"
}
},
"overrides": [
Expand Down
21 changes: 0 additions & 21 deletions .flowconfig

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
flow-typed/**/*
.nyc_output/**/*
static/**/*
2 changes: 1 addition & 1 deletion builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const files = [
'!.editorconfig',
'!**/._*',
'!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}',
'!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}',
'!**/{__pycache__,thumbs.db,.idea,.vs,.nyc_output}',
'!**/{appveyor.yml,.travis.yml,circle.yml}',
'!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json}',
'!test${/*}'
Expand Down
90 changes: 0 additions & 90 deletions flow-typed/npm/@babel/cli_vx.x.x.js

This file was deleted.

Loading