khaihihi
This commit is contained in:
19
wp-content/plugins/redux-framework/.jshintrc
Normal file
19
wp-content/plugins/redux-framework/.jshintrc
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"boss": true,
|
||||
"immed": true,
|
||||
"noarg": true,
|
||||
"onevar": true,
|
||||
"validthis": true,
|
||||
"browser": true,
|
||||
|
||||
"globals": {
|
||||
"_": false,
|
||||
"jQuery": true,
|
||||
"module": true,
|
||||
"console": true,
|
||||
"document": true,
|
||||
"window": true,
|
||||
"redux_change": true,
|
||||
"redux": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user