aboutsummaryrefslogtreecommitdiff
path: root/slides/.jshintrc
blob: 7c84ea698db8dba5a468d26b67a3e5d8f3a88004 (plain)
1
2
3
4
5
6
7
8
9
{
	"strict": false,
	"esversion": 6,
	"curly": true,
	"noempty": true,
	"trailing": true,
	"white": false,
	"evil": true
}