diff options
Diffstat (limited to 'library/Sortable/.jshintrc')
-rw-r--r-- | library/Sortable/.jshintrc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/library/Sortable/.jshintrc b/library/Sortable/.jshintrc new file mode 100644 index 000000000..ffbcc18f9 --- /dev/null +++ b/library/Sortable/.jshintrc @@ -0,0 +1,25 @@ +{ + "strict": false, + "newcap": false, + "node": true, + "expr": true, + "supernew": true, + "laxbreak": true, + "esversion": 9, + "white": true, + "globals": { + "define": true, + "test": true, + "expect": true, + "module": true, + "asyncTest": true, + "start": true, + "ok": true, + "equal": true, + "notEqual": true, + "deepEqual": true, + "window": true, + "document": true, + "performance": true + } +} |