mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:55:39 +00:00
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
|
{
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"sleep": true,
|
||
|
"prettyFormat": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2018,
|
||
|
"sourceType": "module"
|
||
|
}
|
||
|
}
|