mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
12ed5ccb0a
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
30 lines
422 B
Plaintext
30 lines
422 B
Plaintext
{
|
|
"boss": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"esversion": 3,
|
|
"expr": true,
|
|
"immed": true,
|
|
"noarg": true,
|
|
"nonbsp": true,
|
|
"onevar": true,
|
|
"quotmark": "single",
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
|
|
"browser": true,
|
|
|
|
"globals": {
|
|
"_": false,
|
|
"Backbone": false,
|
|
"jQuery": false,
|
|
"JSON": false,
|
|
"wp": false,
|
|
"export": false,
|
|
"module": false,
|
|
"require": false
|
|
}
|
|
}
|