From cddc0217724f1a7661014d50e4c940e623a0c2dc Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 3 Aug 2021 07:12:35 +0000 Subject: Apps drag and drop feature --- library/Sortable/.jshintrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 library/Sortable/.jshintrc (limited to 'library/Sortable/.jshintrc') 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 + } +} -- cgit v1.2.3