mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
20 lines
338 B
YAML
20 lines
338 B
YAML
|
env:
|
||
|
browser: true
|
||
|
es2021: true
|
||
|
jquery: true
|
||
|
extends:
|
||
|
- 'eslint:recommended'
|
||
|
- 'prettier' # Prevent Prettier conflicts
|
||
|
parserOptions:
|
||
|
ecmaVersion: 12
|
||
|
sourceType: module
|
||
|
rules: {}
|
||
|
globals:
|
||
|
hljs: true
|
||
|
imagesLoaded: true
|
||
|
Isotope: true
|
||
|
L: true # Global from maps library
|
||
|
GMaps: true
|
||
|
Fuse: true
|
||
|
instantsearch: true
|