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