Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-07-01 02:32:15 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-07-01 02:32:15 +0300
commit4c0bb9474de290ee613126fe43c357f971814f9f (patch)
tree80e8f8091ceea4d86d91915e3c6b61f9a9fb1883 /.eslintrc.json
parentf7addc22e4628a272a7417b0c79e9b162e358df0 (diff)
Remove some globals from .eslintrc.json file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index c332f7b613..f69d501621 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -15,12 +15,8 @@
"jquery": true
},
"globals": {
- "Cookies": "readonly",
"Functions": "readonly",
- "Messages": "readonly",
- "Navigation": "readonly",
- "OpenLayers": "readonly",
- "Sql": "readonly"
+ "Messages": "readonly"
},
"rules": {
"valid-jsdoc": ["error", {