mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Check for empty content-type header.
This commit is contained in:
parent
93f15bc44b
commit
785d41b6d3
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"es2020": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": ["eslint:recommended", "plugin:react/recommended", "prettier", "next"],
|
||||
"extends": ["eslint:recommended", "plugin:react/recommended", "prettier"],
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue