diff options
author | Prashant S | 2019-07-26 11:21:31 +0530 |
---|---|---|
committer | GitHub | 2019-07-26 11:21:31 +0530 |
commit | bfb41f58674f7c24bd41e6e6891f0773c3706ddc (patch) | |
tree | a407e9cac3242db67394711596835982160b0eaa /bootstrap/fonts/js/tests/unit/.jshintrc | |
parent | e5a79b1f0f70eb0bc413c5b85139617dbe84b07d (diff) | |
parent | 17bc989bd924aa4682807cf7920abb8558da0006 (diff) | |
download | fossee_istos-master.tar.gz fossee_istos-master.tar.bz2 fossee_istos-master.zip |
internship work for new theme for drupal-8.x
Diffstat (limited to 'bootstrap/fonts/js/tests/unit/.jshintrc')
-rwxr-xr-x | bootstrap/fonts/js/tests/unit/.jshintrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap/fonts/js/tests/unit/.jshintrc b/bootstrap/fonts/js/tests/unit/.jshintrc new file mode 100755 index 0000000..22e8785 --- /dev/null +++ b/bootstrap/fonts/js/tests/unit/.jshintrc @@ -0,0 +1,6 @@ +{ + "extends" : "../../.jshintrc", + "devel" : true, + "es3" : false, + "qunit" : true +} |