aboutsummaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-11-19 06:55:41 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-11-19 06:55:41 +0100
commitc2b52c035b4ed907ba1a704286aceb778421cc70 (patch)
tree59e1bfc66d8c19e0f8c26ed6e6cc248b3ce799f9 /.jshintrc
parent122af6684de0bc83a530b5bf5760e8112f8708f1 (diff)
downloadmitjafelicijan.com-c2b52c035b4ed907ba1a704286aceb778421cc70.tar.gz
content update
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/.jshintrc b/.jshintrc
deleted file mode 100644
index 7c84ea6..0000000
--- a/.jshintrc
+++ /dev/null
@@ -1,9 +0,0 @@
1{
2 "strict": false,
3 "esversion": 6,
4 "curly": true,
5 "noempty": true,
6 "trailing": true,
7 "white": false,
8 "evil": true
9}