21 lines
429 B
Plaintext
21 lines
429 B
Plaintext
{
|
|
"rules": {
|
|
"comma-dangle": 0,
|
|
"indent": [2, 4],
|
|
"max-len": "off",
|
|
"radix": [2, "as-needed"],
|
|
"no-console": 0,
|
|
"linebreak-style": "off",
|
|
"prettier/prettier": 0,
|
|
"quotes": ["error", "single"]
|
|
},
|
|
"settings": {
|
|
"import/core-modules": [ "node_helper" ]
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true,
|
|
"es6": true
|
|
}
|
|
}
|