mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +00:00
5362878ef5
Stop sloppy humans from doing sloppy human things.
14 lines
198 B
Plaintext
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
|
|
}
|