Skip to content

Commit 75cb2a5

Browse files
authored
Merge pull request #401 from dev-five-git/eslint-plugin
devup ui eslint plugin
2 parents f6f2256 + 13851c2 commit 75cb2a5

File tree

55 files changed

+2986
-1136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2986
-1136
lines changed

.changeset/config.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,5 @@
1010
"access": "restricted",
1111
"baseBranch": "main",
1212
"updateInternalDependencies": "patch",
13-
"ignore": [
14-
"*-example",
15-
"*-benchmark",
16-
"landing"
17-
]
13+
"ignore": ["*-example", "*-benchmark", "landing"]
1814
}

.changeset/wise-impalas-jump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@devup-ui/eslint-plugin': major
3+
---
4+
5+
Implement rules

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
pnpm lint-staged

0 commit comments

Comments
 (0)