Skip to content

Commit

Permalink
refactor: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Aug 5, 2024
1 parent 01eba76 commit 5ba54a6
Show file tree
Hide file tree
Showing 7 changed files with 183 additions and 185 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Lint
uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# directories
# Directories
node_modules
8 changes: 4 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# directories
# Directories
.husky

# files
# Files
*.md
pnpm-lock.yaml

Expand All @@ -10,11 +10,11 @@ pnpm-lock.yaml
.ecrc
.npmrc

# configs
# Configs
.editorconfig
.gitattributes

# ignores
# Ignores
.gitignore
.prettierignore
.remarkignore
1 change: 1 addition & 0 deletions .remarkignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Files
CHANGELOG.md
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"devDependencies": {
"@archoleat/commitlint-define-config": "^1.0.7",
"@archoleat/eslint-flat-compatibility": "^1.1.6",
"@archoleat/semantic-release-define-config": "^1.1.7",
"@archoleat/semantic-release-define-config": "^1.1.11",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
Expand All @@ -91,16 +91,16 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unicorn": "^55.0.0",
"git-pull-run": "^1.4.0",
"globals": "^15.8.0",
"globals": "^15.9.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"remark": "15.0.1",
"remark-cli": "^12.0.1",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"rollup": "^4.19.1",
"rollup": "^4.20.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^24.0.0",
Expand Down
Loading

0 comments on commit 5ba54a6

Please sign in to comment.