Skip to content

Commit

Permalink
Package updates (#233)
Browse files Browse the repository at this point in the history
* Updated babel packages part one

* Updated babel, fixes #232

* Updated Eslint

* Updated Jest

* Updated testing packages

* Update codeshift

* Updated typescript

* Updated flow

* Updated docs

* Updated code shift

* Updated types

* Updated babel jest

* Undid flow changes

* Removed Flow types as no longer used
  • Loading branch information
AlexanderKaran authored Mar 20, 2024
1 parent 11c308f commit 0998f9f
Show file tree
Hide file tree
Showing 24 changed files with 12,881 additions and 13,687 deletions.
11 changes: 0 additions & 11 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ module.exports = {
globals: {
// enable webpack require
require: 'readonly',
// fix for eslint-plugin-flowtype/384 not supporting wildcard
_: 'readonly',
},
parser: '@babel/eslint-parser',
parserOptions: {
Expand Down Expand Up @@ -49,15 +47,6 @@ module.exports = {
semi: 'off',
},
overrides: [
{
// Flow specific rules
extends: ['plugin:flowtype/recommended'],
files: ['*.flow'],
plugins: ['flowtype'],
rules: {
'flowtype/generic-spacing': 'off',
},
},
{
// TypeScript specific rules
files: ['*.{ts,tsx}'],
Expand Down
17 changes: 0 additions & 17 deletions .flowconfig

This file was deleted.

1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jest.config.js
webpack.config.js
*.config.*.js
*.setup.js
.flowconfig
tsconfig.json
tsconfig.build.json

Expand Down
Loading

0 comments on commit 0998f9f

Please sign in to comment.