mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
25 lines
374 B
JSON
25 lines
374 B
JSON
|
{
|
||
|
"env": {
|
||
|
"es6": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"eslint:recommended",
|
||
|
"plugin:prettier/recommended"
|
||
|
],
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2017
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-console": "off",
|
||
|
"no-var": "error",
|
||
|
"prefer-const": "error",
|
||
|
"no-constant-condition": [
|
||
|
"error",
|
||
|
{
|
||
|
"checkLoops": false
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|