15a5f66973
This was done automatically, using the `gulp lint --fix` command.
11 lines
105 B
Plaintext
11 lines
105 B
Plaintext
{
|
|
"extends": [
|
|
"../.eslintrc"
|
|
],
|
|
|
|
"rules": {
|
|
// ECMAScript 6
|
|
"no-var": "error",
|
|
},
|
|
}
|