mirror of
https://github.com/beautifier/js-beautify.git
synced 2025-02-24 15:23:55 +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
|
|
}
|