Skip to content

Commit

Permalink
Dev updates (#179)
Browse files Browse the repository at this point in the history
Follow-up of #178
  • Loading branch information
Alkarex authored Oct 8, 2023
1 parent 2d99652 commit 8af0d55
Show file tree
Hide file tree
Showing 6 changed files with 265 additions and 199 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.min.js
.git/
node_modules/
tmp/
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build JSON file
run: php ./generate.php
Expand Down
2 changes: 1 addition & 1 deletion .jshintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.git/
node_modules/

tmp/
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.git/
node_modules/
tmp/
Loading

0 comments on commit 8af0d55

Please sign in to comment.