mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-29 04:45:23 +08:00
14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
{
|
|
"bitwise": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"freeze": true,
|
|
"indent": 2,
|
|
"latedef": true,
|
|
"quotmark": "double",
|
|
"strict": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true
|
|
} |