1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 08:07:51 +00:00

chore(dev-deps): add eslint config file

This commit is contained in:
Cotes Chung 2025-05-05 11:14:07 +08:00
parent 9f38a2dead
commit 61ae6cced8
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
2 changed files with 6 additions and 1 deletions

View File

@ -213,7 +213,7 @@ exclude:
- README.md
- LICENSE
- purgecss.js
- rollup.config.js
- "*.config.js"
- "package*.json"
jekyll-archives:

5
eslint.config.js Normal file
View File

@ -0,0 +1,5 @@
export default [
{
files: ['_javascript/**/*.js']
}
];