angular-summernote
Version:
AngularJS directive to Summernote
35 lines (33 loc) • 522 B
Plain Text
{
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"expr": true,
"browser": true,
"jquery": true,
"predef": [
"angular",
"inject",
"describe",
"expect",
"it",
"beforeEach",
"afterEach",
"module"
]
}