timepiece/node_modules/array-initial/.jshintrc

18 lines
259 B
Plaintext
Raw Normal View History

2024-05-14 14:54:12 +00:00
{
"esnext": true,
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"node": true,
"sub": true,
"undef": true,
"unused": true,
"mocha": true
}