mirror of
https://github.com/beautifier/js-beautify.git
synced 2025-02-23 23:01:11 +00:00
12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
{
|
|
"bitwise": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"noarg": true,
|
|
"nocomma": true,
|
|
"nonbsp": true,
|
|
"nonew": true,
|
|
"unused": true,
|
|
"esversion": 3
|
|
}
|