mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-05 04:40:43 +00:00
14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2017": true
|
|
},
|
|
"extends": ["plugin:prettier/recommended"],
|
|
"parser": "@babel/eslint-parser",
|
|
"parserOptions": {
|
|
"sourceType": "module",
|
|
"requireConfigFile": false
|
|
},
|
|
"plugins": ["prettier"]
|
|
}
|