mirror of
https://github.com/valentineus/webos-service-types.git
synced 2025-05-15 02:31:18 +03:00
21 lines
359 B
JSON
21 lines
359 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"@valentineus/eslint-config/typescript"
|
|
],
|
|
"globals": {
|
|
"Atomics": "readonly",
|
|
"SharedArrayBuffer": "readonly"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2020,
|
|
"project": "tsconfig.json",
|
|
"sourceType": "module",
|
|
"tsconfigRootDir": "."
|
|
}
|
|
}
|