Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Igorkowalski94 committed Oct 4, 2024
1 parent 6cf39dc commit 9ed57e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 27 deletions.
10 changes: 0 additions & 10 deletions fileComposition.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@
"default": { "type": "variableExpression", "limitTo": "" },
"additionalProperties": false,
"properties": {
"selector": {
"oneOf": [
{ "$ref": "#/definitions/Selector" },
{
"type": "array",
"default": [],
"items": { "$ref": "#/definitions/Selector" }
}
]
},
"type": {
"type": "string",
"default": "variableExpression",
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": "3.2.0",
"version": "3.2.1",
"license": "MIT",
"description": "Powerful ESLint plugin with rules to help you achieve a scalable, consistent, and well-structured project. Create your own framework! Define your folder structure, file composition, advanced naming conventions, 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! react folder structure react file structure react project structure react conventions architecture react next.js angular node solid vue svelte",
"keywords": [
Expand Down Expand Up @@ -83,7 +83,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-project-structure": "3.1.0",
"eslint-plugin-project-structure": "3.2.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"prettier": "^3.3.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ export const FILE_COMPOSITION_SCHEMA: JSONSchema4 = {
default: { type: "variableExpression", limitTo: "" },
additionalProperties: false,
properties: {
selector: {
oneOf: [
{ $ref: "#/definitions/Selector" },
{
type: "array",
default: [],
items: { $ref: "#/definitions/Selector" },
},
],
},
type: {
type: "string",
default: "variableExpression",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2802,16 +2802,16 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-project-structure@npm:3.1.0":
version: 3.1.0
resolution: "eslint-plugin-project-structure@npm:3.1.0"
"eslint-plugin-project-structure@npm:3.2.0":
version: 3.2.0
resolution: "eslint-plugin-project-structure@npm:3.2.0"
dependencies:
"@typescript-eslint/utils": ^8.8.0
comment-json: ^4.2.5
js-yaml: ^4.1.0
jsonschema: ^1.4.1
micromatch: ^4.0.8
checksum: d73e3f7f04adeb8edd82484f3d1e87a86f972ee52b0911d5b94dbacc77eba7766c9ab64e4cc47a4a9b9a56fff9f916f411c90b01a8771e5b92d78fb848276336
checksum: f7ae61534cbe7e3920c4cd1b027056e5763f1bebef824ee48cfae868e05d82a7b9d56b70329018af7614f40e0779a1d76c9e406f9536c40fdb7c58fa34a770f0
languageName: node
linkType: hard

Expand All @@ -2832,7 +2832,7 @@ __metadata:
eslint-config-prettier: ^9.1.0
eslint-plugin-import: ^2.31.0
eslint-plugin-prettier: ^5.2.1
eslint-plugin-project-structure: 3.1.0
eslint-plugin-project-structure: 3.2.0
husky: ^9.1.6
jest: ^29.7.0
js-yaml: ^4.1.0
Expand Down

0 comments on commit 9ed57e3

Please sign in to comment.