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-02-06 14:13:05 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-02-06 14:13:05 +0300
commit28892052dfa47e453339df3fad26d78189508a25 (patch)
treeee3c9457ad7a9729f9369360a6b9134ebeefcdf6 /.jshintrc
parent11c9458e8a17e84dc75a7705e0510fe278a6daa7 (diff)
Refactor home.js file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
index 26e5b57d8a..414fce6803 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,4 +1,6 @@
{
+ "esversion" : 6,
+
// Show more errors
"maxerr" : 1000,