0
mirror of https://github.com/valentineus/webos-service-types.git synced 2025-05-15 02:31:18 +03:00
webos-service-types/.eslintrc.json

21 lines
359 B
JSON
Raw Normal View History

{
"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": "."
}
}