This commit is contained in:
counterweight 2025-02-14 12:23:50 +01:00
parent 927b0835d8
commit 8ba43172d0
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -6,8 +6,7 @@
},
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
"rules": {
"prettier/prettier": "error",
"no-console": "warn"
"prettier/prettier": "error"
},
"parserOptions": {
"ecmaVersion": 8