mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-24 23:40:34 +00:00
Updated dependencies. Removed old unsupported plugins. Fixed resulting prettier errors after upgrading to latest version.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": [
|
||||
"prettier",
|
||||
"prettier"
|
||||
],
|
||||
"extends": [
|
||||
"react-app",
|
||||
@@ -16,7 +16,10 @@
|
||||
},
|
||||
"rules": {
|
||||
"prettier/prettier": [
|
||||
"error"
|
||||
"error",
|
||||
{
|
||||
"endOfLine": "auto"
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/ban-ts-comment": [
|
||||
"error",
|
||||
@@ -72,7 +75,7 @@
|
||||
"warn",
|
||||
{
|
||||
"props": "never",
|
||||
"children": "never",
|
||||
"children": "never"
|
||||
}
|
||||
],
|
||||
"no-restricted-globals": [
|
||||
|
Reference in New Issue
Block a user