Skip to content

Commit

Permalink
2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorkowalski94 committed Sep 7, 2024
1 parent 51eea8a commit 50f75a5
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 85 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<a id="root"></a>

<div>&nbsp;</div>

<p align="right">
<picture><img src="https://raw.githubusercontent.com/Igorkowalski94/eslint-plugin-project-structure/main/images/Cloud.png" alt="Cloud" width="35" height="35" /></picture>
<picture>
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Igor Kowalski (Igorkowalski94)",
"name": "eslint-plugin-project-structure",
"version": "2.3.2",
"version": "2.3.3",
"license": "MIT",
"description": "ESLint plugin with rules to help you achieve a scalable, consistent, and well-structured project. Create your own framework! Define your folder structure, advanced naming conventions, file composition, and create independent modules. Take your project to the next level and save time by automating the review of key principles of a healthy project!",
"keywords": [
Expand Down Expand Up @@ -57,25 +57,25 @@
"husky:prepare": "husky install"
},
"dependencies": {
"@typescript-eslint/utils": "^8.3.0",
"@typescript-eslint/utils": "^8.4.0",
"comment-json": "^4.2.5",
"js-yaml": "^4.1.0",
"jsonschema": "^1.4.1",
"micromatch": "^4.0.8"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.9.1",
"@eslint/js": "^9.10.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.5.1",
"eslint": "^9.9.1",
"@types/node": "^22.5.4",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-project-structure": "2.3.1",
"eslint-plugin-project-structure": "2.3.2",
"husky": "^9.1.5",
"jest": "^29.7.0",
"prettier": "^3.3.3",
Expand All @@ -84,6 +84,6 @@
"ts-prune": "^0.10.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0"
"typescript-eslint": "^8.4.0"
}
}
Loading

0 comments on commit 50f75a5

Please sign in to comment.