summaryrefslogtreecommitdiffstatshomepage
path: root/.jshintrc
diff options
context:
space:
mode:
authorJoe McGill <joemcgill@git.wordpress.org>2023-06-27 01:27:14 +0000
committerJoe McGill <joemcgill@git.wordpress.org>2023-06-27 01:27:14 +0000
commit12ed5ccb0a61cf684682a94e9b9c02dd11bb7d75 (patch)
tree6637fce64a07f359f9e8ef6e5380d6359fff4914 /.jshintrc
parent4aeb284d44ff29b3b67dc568b6f8f0472a0e62c8 (diff)
downloadwordpress-12ed5ccb0a61cf684682a94e9b9c02dd11bb7d75.tar.gz
wordpress-12ed5ccb0a61cf684682a94e9b9c02dd11bb7d75.zip
Revert unnecessary changes to .jshintrc files.
This reverts changes to the .jshintrc file that were included in r56033. Props TobiasBg. See #12009. git-svn-id: https://develop.svn.wordpress.org/trunk@56049 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/.jshintrc b/.jshintrc
index f0e6b02645..20dadcd1fa 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -19,13 +19,11 @@
"globals": {
"_": false,
"Backbone": false,
- "console": false,
"jQuery": false,
"JSON": false,
"wp": false,
"export": false,
"module": false,
- "require": false,
- "Set": false
+ "require": false
}
}