Skip to content

Commit

Permalink
Revert "eslint-plugin-import" to 2.22 version due to issues with 2.23:
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-skl committed Jul 27, 2021
1 parent 0f927c4 commit 3f4df9f
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 268 deletions.
2 changes: 1 addition & 1 deletion .storybook/custom-header/custom-header.js
Expand Up @@ -19,7 +19,7 @@ import authDialogService from '../../components/auth-dialog-service/auth-dialog-
import Version from './version';
import styles from './header-styles.css';

/* eslint-disable import/no-unresolved */
/* eslint-disable import/no-unresolved,import/extensions */
import teamcityLogo from '!file-loader?publicPath=./!@jetbrains/logos/teamcity/teamcity.svg';
import upsourceLogo from '!file-loader?publicPath=./!@jetbrains/logos/upsource/upsource.svg';
import youtrackLogo from '!file-loader?publicPath=./!@jetbrains/logos/youtrack/youtrack.svg';
Expand Down
149 changes: 79 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -104,7 +104,7 @@
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-bdd": "^2.1.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"events": "^3.3.0",
Expand Down

0 comments on commit 3f4df9f

Please sign in to comment.