assets
5 years ago
bin
5 years ago
languages
5 years ago
lib
5 years ago
templates
5 years ago
.jshintrc
6 years ago
Gruntfile.js
5 years ago
init.php
5 years ago
package.json
5 years ago
yit-deactive-plugin.php
9 years ago
yit-functions.php
5 years ago
yit-plugin-registration-hook.php
8 years ago
yit-plugin.php
5 years ago
yit-woocommerce-compatibility.php
8 years ago
.jshintrc
27 lines
| 1 | { |
| 2 | "boss": true, |
| 3 | "curly": true, |
| 4 | "eqeqeq": true, |
| 5 | "eqnull": true, |
| 6 | "es3": true, |
| 7 | "expr": true, |
| 8 | "immed": true, |
| 9 | "noarg": true, |
| 10 | "onevar": true, |
| 11 | "trailing": true, |
| 12 | "undef": true, |
| 13 | "unused": true, |
| 14 | |
| 15 | "browser": true, |
| 16 | |
| 17 | "globals": { |
| 18 | "_": false, |
| 19 | "Backbone": false, |
| 20 | "jQuery": true, |
| 21 | "console": true, |
| 22 | "alert": true, |
| 23 | "JSON": false, |
| 24 | "wp": false |
| 25 | } |
| 26 | } |
| 27 |