mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
chore(dev-deps): add eslint config file
This commit is contained in:
parent
9f38a2dead
commit
61ae6cced8
@ -213,7 +213,7 @@ exclude:
|
|||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- purgecss.js
|
- purgecss.js
|
||||||
- rollup.config.js
|
- "*.config.js"
|
||||||
- "package*.json"
|
- "package*.json"
|
||||||
|
|
||||||
jekyll-archives:
|
jekyll-archives:
|
||||||
|
5
eslint.config.js
Normal file
5
eslint.config.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
export default [
|
||||||
|
{
|
||||||
|
files: ['_javascript/**/*.js']
|
||||||
|
}
|
||||||
|
];
|
Loading…
x
Reference in New Issue
Block a user