Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
eslint-plugin-import now supports ESLint 8
  • Loading branch information
targos committed Oct 12, 2021
1 parent 79581cd commit c22e944
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"arrowParens": "always",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,14 @@
},
"homepage": "https://github.com/cheminfo/eslint-config#readme",
"dependencies": {
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^25.0.1"
"eslint-plugin-import": "^2.25.1",
"eslint-plugin-jest": "^25.0.5"
},
"peerDependencies": {
"eslint": ">=7.8.0"
},
"devDependencies": {
"eslint": "7.8.0",
"prettier": "^2.4.1"
},
"prettier": {
"arrowParens": "always",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
}
}

0 comments on commit c22e944

Please sign in to comment.