c3220325a0
Thanks to @narretz for help in fixing style violations and to @gkalpak for a very extensive review. Closes #14952
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"extends": "./.eslintrc-base.json",
|
|
|
|
"env": {
|
|
// Note: don't set `"browser": true`; code in "src/" should be compatible with
|
|
// non-browser environments like Node.js with a custom window implementation
|
|
// like jsdom. All browser globals should be taken from window.
|
|
"browser": false,
|
|
"node": false
|
|
},
|
|
|
|
"globals": {
|
|
"window": false,
|
|
|
|
"angular": false
|
|
}
|
|
}
|