Swap-Aggregator-Subgraph/node_modules/rsa-pem-to-jwk/.jshintrc
2022-07-03 07:27:35 +05:30

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
}