Given that this code is used on the worker-thread, where SystemJS is still used during development, we need to (for now) handle this folder the same way as the `src/core/` one.
14 lines
132 B
Plaintext
14 lines
132 B
Plaintext
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017,
|
|
},
|
|
|
|
"extends": [
|
|
"../.eslintrc"
|
|
],
|
|
|
|
"env": {
|
|
"es2017": true,
|
|
},
|
|
}
|