83baaa469f
Handlebars v5 will target modern browsers, while older browsers will still receive support via version 4.x.
39 lines
754 B
Plaintext
39 lines
754 B
Plaintext
{
|
|
"extends": ["../.eslintrc.js"],
|
|
"globals": {
|
|
"CompilerContext": true,
|
|
"Handlebars": true,
|
|
"handlebarsEnv": true,
|
|
"shouldCompileTo": true,
|
|
"shouldCompileToWithPartials": true,
|
|
"shouldThrow": true,
|
|
"expectTemplate": true,
|
|
"compileWithPartials": true,
|
|
"suite": true,
|
|
"equal": true,
|
|
"equals": true,
|
|
"test": true,
|
|
"testBoth": true,
|
|
"raises": true,
|
|
"deepEqual": true,
|
|
"start": true,
|
|
"stop": true,
|
|
"ok": true,
|
|
"sinon": true,
|
|
"strictEqual": true,
|
|
"define": true,
|
|
"expect": true,
|
|
"chai": true
|
|
},
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"rules": {
|
|
// Disabling for tests, for now.
|
|
"no-path-concat": "off",
|
|
|
|
"no-var": "off",
|
|
"dot-notation": "off"
|
|
}
|
|
}
|