mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-26 15:22:36 +01:00
28 lines
363 B
JSON
28 lines
363 B
JSON
{
|
|
// Enforcing Options
|
|
"bitwise": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"latedef": true,
|
|
"newcap": true,
|
|
"noempty": true,
|
|
"plusplus": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
|
|
// Environments
|
|
"browser": true,
|
|
|
|
// Globals
|
|
"predef": [
|
|
"amplify",
|
|
"Base64",
|
|
"H5AI_CONFIG",
|
|
"jQuery",
|
|
"Modernizr",
|
|
"module",
|
|
"moment",
|
|
"_"
|
|
]
|
|
} |