mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
14 lines
328 B
JSON
14 lines
328 B
JSON
{
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"func-names": [0],
|
|
"no-console": [0],
|
|
"no-process-exit": [0],
|
|
"strict": [0],
|
|
"import/newline-after-import": [0],
|
|
"import/no-extraneous-dependencies": [2, { "devDependencies": true, "optionalDependencies": false }]
|
|
}
|
|
}
|