Skip to content

Commit

Permalink
ci: update .github/sync-client.yml (#14)
Browse files Browse the repository at this point in the history
add synced file. -> .eslintrc.js
  • Loading branch information
lumirlumir authored Aug 7, 2024
1 parent 505a22e commit 6aaf31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = {
'plugin:prettier/recommended',
'prettier',
],
rules: {},
env: {
commonjs: true,
es2024: true,
Expand Down
2 changes: 2 additions & 0 deletions .github/sync-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ lumirlumir/lumirlumir-configs:
dest: ./configs/.editorconfig
- source: ./.eslintignore
dest: ./configs/.eslintignore
- source: ./.eslintrc.js
dest: ./configs/.eslintrc.js
- source: ./.markdownlint.json
dest: ./configs/.markdownlint.json
- source: ./.markdownlintignore
Expand Down

0 comments on commit 6aaf31a

Please sign in to comment.