js-beautify/.jshintrc
Liam Newman 5362878ef5 Turn on use strict across most of project
Stop sloppy humans from doing sloppy human things.
2018-08-22 16:51:25 -07:00

14 lines
198 B
Plaintext

{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"noarg": true,
"nocomma": true,
"node": true,
"nonbsp": true,
"nonew": true,
"strict": true,
"unused": true,
"esversion": 3
}