Skip to content

Commit f66fc19

Browse files
author
Tim Roes
authored
Upgrade webapp dependencies (#10507)
* Upgrade minor dependencies * WIP react-intl update * Improve eslint license-check * Apply rel tag automatically * Upgrade storybook and more * Remove unused code * Remove unused eslint ignore * Remove prettier upgrade * Replace FormattedHTMLMessage * Disable eslint warnings in place * Remove accidental package-lock.json
1 parent 1d66672 commit f66fc19

File tree

53 files changed

+44224
-50365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+44224
-50365
lines changed

airbyte-webapp/.eslintrc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
"plugin:@typescript-eslint/recommended",
55
"plugin:jest/recommended",
66
"prettier",
7-
"prettier/react",
8-
"prettier/@typescript-eslint",
97
"plugin:prettier/recommended"
108
],
119
"plugins": [
@@ -33,5 +31,13 @@
3331
"warn"
3432
]
3533
},
36-
"parser": "@typescript-eslint/parser"
34+
"parser": "@typescript-eslint/parser",
35+
"overrides": [
36+
{
37+
"files": ["scripts/**/*"],
38+
"rules": {
39+
"@typescript-eslint/no-var-requires": "off"
40+
}
41+
}
42+
]
3743
}

airbyte-webapp/.storybook/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
module.exports = {
2+
core: {
3+
builder: 'webpack5',
4+
},
25
stories: ["../src/**/*.stories.@(ts|tsx)"],
36
addons: [
47
"@storybook/addon-links",

0 commit comments

Comments
 (0)