apollo_developers/bower_components/ngImgCrop/.jshintrc
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

25 lines
427 B
Plaintext
Executable File

{
"globalstrict": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"noempty": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"eqnull": true,
"freeze": true,
"indent": 2,
"newcap": true,
"latedef": false,
"trailing": true,
"globals": {
"angular": true,
"require": true,
"console": true,
"process": true,
"crop": true,
"CropHost": true,
"PubSub": true
}
}