Skip to content

Commit

Permalink
Merge 44b864a into d5460ad
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 3, 2022
2 parents d5460ad + 44b864a commit 5285fd3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 6,
"requireConfigFile": false,
"ecmaFeatures": {
"experimentalObjectRestSpread": true
},
"babelOptions": {
"presets": ["@babel/preset-react"]
}
},
"env": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
"@babel/preset-react": "7.16.0",
"@babel/runtime": "7.16.3",
"autoprefixer": "10.4.2",
"babel-eslint": "10.1.0",
"@babel/eslint-parser": "7.17.0",
"babel-loader": "8.2.3",
"copy-webpack-plugin": "10.2.4",
"eslint": "7.32.0",
"eslint": "8.10.0",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-jsx": "10.0.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.29.2",
"eslint-plugin-standard": "4.1.0",
"husky": "7.0.4",
Expand Down

0 comments on commit 5285fd3

Please sign in to comment.