nocobase/.eslintrc
2021-05-23 08:38:08 +08:00

14 lines
218 B
Plaintext
Executable File

{
"parser": "@typescript-eslint/parser",
"env": {
"node": true
},
"globals": {
"sleep": true,
"prettyFormat": true
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
}
}