20 lines
348 B
Plaintext
20 lines
348 B
Plaintext
![]() |
{
|
||
|
"env": {
|
||
|
"es6": true,
|
||
|
"jest": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"plugin:@typescript-eslint/recommended",
|
||
|
"plugin:prettier/recommended"
|
||
|
],
|
||
|
"globals": {
|
||
|
"Atomics": "readonly",
|
||
|
"SharedArrayBuffer": "readonly"
|
||
|
},
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": "latest"
|
||
|
}
|
||
|
}
|