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

33 lines
469 B
Plaintext
Executable File

{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": false,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": false,
"trailing": true,
"smarttabs": true,
"white": true,
"validthis": true,
"jasmine": true,
"globals": {
"angular": false
},
"predef": [
"inject"
]
}