aboutsummaryrefslogtreecommitdiff
path: root/slides/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'slides/.jshintrc')
-rw-r--r--slides/.jshintrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/slides/.jshintrc b/slides/.jshintrc
deleted file mode 100644
index 7c84ea6..0000000
--- a/slides/.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}