Skip to content

Commit

Permalink
fix(admin-ui): update lint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Oct 6, 2022
1 parent 2dcfbbf commit c62685b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin-ui/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module.exports = {
root: true,
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
plugins: ['react', 'jest'],
parserOptions: {
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
ecmaVersion: 6,
sourceType: 'module',
ecmaFeatures: {
Expand Down
2 changes: 1 addition & 1 deletion admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@testing-library/user-event": "^14.4.3",
"@webpack-cli/serve": "^1.5.2",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.0.1",
"@babel/eslint-parser": "^7.19.1",
"babel-jest": "^29.0.1",
"babel-loader": "^8.2.2",
"babel-plugin-recharts": "^2.0.0",
Expand Down

0 comments on commit c62685b

Please sign in to comment.