amis-rpc-design/node_modules/tldjs/.jshintrc

14 lines
230 B
Plaintext
Raw Normal View History

2023-10-07 19:42:30 +08:00
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"strict": true
}