mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
19 lines
303 B
Plaintext
19 lines
303 B
Plaintext
{
|
|
"node": true,
|
|
"browser": true,
|
|
"browserify": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"eqnull": false,
|
|
"latedef": "nofunc",
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"undef": true,
|
|
"strict": true,
|
|
"trailing": true,
|
|
"smarttabs": true,
|
|
"indent": 2,
|
|
"quotmark": true,
|
|
"laxbreak": true
|
|
}
|