aboutsummaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-09-06 23:53:20 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-09-06 23:53:20 +0200
commite8a9ace7698834b4d88c693dd666939b7de5ad73 (patch)
tree591b770e2ff4c5382e3205e8f440be8d742b4bc9 /.jshintrc
parent7c77870ff4d3408a5611b78cb34c274f212286b3 (diff)
downloadmitjafelicijan.com-e8a9ace7698834b4d88c693dd666939b7de5ad73.tar.gz
added google verification tag
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..7c84ea6
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,9 @@
1{
2 "strict": false,
3 "esversion": 6,
4 "curly": true,
5 "noempty": true,
6 "trailing": true,
7 "white": false,
8 "evil": true
9}