chatty-pub/node_modules/estraverse/.jshintrc
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

17 lines
242 B
Text

{
"curly": true,
"eqeqeq": true,
"immed": true,
"eqnull": true,
"latedef": true,
"noarg": true,
"noempty": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"node": true
}