angular-utf8-base64
Version:
Base64 encoding/decoding with UTF8 support for AngularJS Apps, and including CommonJS module support.
30 lines (26 loc) • 406 B
Plain Text
{
"bitwise": true,
"curly": false,
"eqeqeq": true,
"eqnull": true,
"evil": true,
"forin": true,
"globalstrict": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"trailing": true,
"undef": true,
"unused": true,
"camelcase": true,
"indent": 4,
"quotmark": "single",
"predef": [
"angular",
"navigator",
"module" // Require
]
}