Skip to content

Commit

Permalink
Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gius committed May 27, 2023
1 parent be704c9 commit 149752f
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 187 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ And you should be good to go with:
eslint \"./src/**/*.{ts,tsx}\" --cache
```

Note that instead of creating the `.prettierrc.js` file, you can just add the following row to your `package.json` file.

"prettier": "@emanprague/eslint-config/prettier-config",


# Contribution

How to release:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emanprague/eslint-config",
"version": "3.1.0",
"version": "3.2.0",
"description": "ESlint and prettier configurations",
"main": "eslint-config.js",
"repository": "https://github.com/eManPrague/eslint-config.git",
Expand All @@ -19,14 +19,14 @@
"author": "Augustin Sulc <[email protected]>",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-sonarjs": "^0.16.0",
"typescript": "^4.8.4"
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-sonarjs": "^0.19.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
"eslint": "^8.4.1"
Expand Down
Loading

0 comments on commit 149752f

Please sign in to comment.