Skip to content

Commit 4c87917

Browse files
committed
remove eslint internal from deps
1 parent d026805 commit 4c87917

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"cross-fetch": "^3.1.4",
5151
"depcheck": "^1.4.1",
5252
"esbuild": "^0.14.10",
53-
"eslint-plugin-vulcan-internal": "./packages/eslint-vulcan-internal",
5453
"jest": "28",
5554
"jest-environment-jsdom": "^28.0.2",
5655
"mock-apollo-client": "^1.1.0",

packages/eslint-vulcan-internal/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* To update, run yarn add -D ./packages/eslint-vulcan-internal
66
*
7-
* TODO: not yet used
7+
* TODO: not yet used, we have problem when addig it as a dependency via a local file
88
* We should add a rule to prevent packages self imports
99
*/
1010
module.exports.rules = {

0 commit comments

Comments
 (0)