1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 13:28:28 -04:00

Remove the unused .eslintrc.json

This commit is contained in:
XhmikosR 2023-05-31 09:33:34 +03:00
parent 8f069ed77b
commit 89ef45cc43

View File

@ -1,22 +0,0 @@
{
"root": true,
"env": {
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2022,
"sourceType": "module"
},
"extends": "eslint:recommended",
"rules": {
"prefer-destructuring": [
"error",
{
"object": true,
"array": false
}
],
"semi": "error"
}
}