Skip to content

Commit

Permalink
chore: remove Flow from project (digidem#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 authored Feb 28, 2023
1 parent 5bb731d commit 18b6ddd
Show file tree
Hide file tree
Showing 228 changed files with 323 additions and 100,377 deletions.
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

0 comments on commit 18b6ddd

Please sign in to comment.