Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajaco committed Jul 28, 2024
1 parent ddaf5db commit 33dfae9
Show file tree
Hide file tree
Showing 6 changed files with 773 additions and 526 deletions.
1 change: 1 addition & 0 deletions lib/rules/no-absolute-imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports.meta = {
docs: {
description:
"disallow absolute imports for files that are within the current package",
recommended: true,
url: "https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-absolute-imports.md",
},
fixable: "code",
Expand Down
1 change: 1 addition & 0 deletions lib/rules/no-cross-imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports.meta = {
type: "problem",
docs: {
description: "disallow imports of files that are inside another package",
recommended: false,
url: "https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-cross-imports.md",
},
schema: [
Expand Down
1 change: 1 addition & 0 deletions lib/rules/no-relative-imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports.meta = {
docs: {
description:
"disallow relative imports of files that are outside of the current package",
recommended: true,
url: "https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/no-relative-imports.md",
},
fixable: "code",
Expand Down
1 change: 1 addition & 0 deletions lib/rules/require-dependency.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports.meta = {
docs: {
description:
"disallow importing from packages that are not listed as a dependency",
recommended: true,
url: "https://github.com/joshuajaco/eslint-plugin-workspaces/blob/main/docs/rules/require-dependency.md",
},
schema: [],
Expand Down
Loading

0 comments on commit 33dfae9

Please sign in to comment.