Skip to content

Commit

Permalink
2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kowalski committed Jul 25, 2024
1 parent 72b1a2c commit f096b72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion independentModules.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/eslint-plugin-independent-modules/independentModules.schema.json",
"$schema": "node_modules/eslint-plugin-project-structure/independentModules.schema.json",
"debugMode": true,
"modules": [
{
Expand Down
4 changes: 2 additions & 2 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.0.14",
"version": "2.0.15",
"license": "MIT",
"description": "Eslint plugin with rules that will help you achieve a project structure that is scalable, consistent, and well thought out.",
"keywords": [
Expand Down Expand Up @@ -68,7 +68,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-project-structure": "2.0.11",
"eslint-plugin-project-structure": "2.0.14",
"husky": "^9.0.11",
"jest": "^29.7.0",
"prettier": "^3.3.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2589,14 +2589,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-project-structure@npm:2.0.11":
version: 2.0.11
resolution: "eslint-plugin-project-structure@npm:2.0.11"
"eslint-plugin-project-structure@npm:2.0.14":
version: 2.0.14
resolution: "eslint-plugin-project-structure@npm:2.0.14"
dependencies:
"@typescript-eslint/utils": ^7.13.0
js-yaml: ^4.1.0
micromatch: ^4.0.7
checksum: 17df2a063e8979e01868f4a225ca2556fa27ad603254a07bd0a4dc042a6dfa16fc7600724c0ccdb7d7fd40177a3447ccb1221907b7fc631e7c0a1a7024666749
checksum: 60973d576c46c76b77e996d944b853f5d8a42a83aaef434cfb8e8b3ab2abf163c442081a3b37c08b5246036e45c5eeba8ece928d0e8d28b3de6e4e2abc2761eb
languageName: node
linkType: hard

Expand All @@ -2618,7 +2618,7 @@ __metadata:
eslint-config-prettier: ^9.1.0
eslint-plugin-import: ^2.29.1
eslint-plugin-prettier: ^5.1.3
eslint-plugin-project-structure: 2.0.11
eslint-plugin-project-structure: 2.0.14
husky: ^9.0.11
jest: ^29.7.0
js-yaml: ^4.1.0
Expand Down

0 comments on commit f096b72

Please sign in to comment.