Gazebo_simulation-Frontend/node_modules/loglevel/.jshintrc

15 lines
210 B
Plaintext
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"curly": false,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true
}