mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
21 lines
368 B
Plaintext
21 lines
368 B
Plaintext
{
|
|
"node": true,
|
|
"bitwise": true,
|
|
"camelcase": true,
|
|
"curly": true,
|
|
"forin": true,
|
|
"immed": true,
|
|
"latedef": "nofunc",
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"nonew": true,
|
|
"quotmark": "single",
|
|
"undef": true,
|
|
"unused": true,
|
|
"strict": true,
|
|
"maxlen": 80,
|
|
"trailing": true,
|
|
"sub": true
|
|
}
|