diff options
author | Joe McGill <joemcgill@git.wordpress.org> | 2023-06-27 01:27:14 +0000 |
---|---|---|
committer | Joe McGill <joemcgill@git.wordpress.org> | 2023-06-27 01:27:14 +0000 |
commit | 12ed5ccb0a61cf684682a94e9b9c02dd11bb7d75 (patch) | |
tree | 6637fce64a07f359f9e8ef6e5380d6359fff4914 /.jshintrc | |
parent | 4aeb284d44ff29b3b67dc568b6f8f0472a0e62c8 (diff) | |
download | wordpress-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-- | .jshintrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 } } |