mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"rules": {
|
|
"indent": ["error", 2, {
|
|
"SwitchCase": 1,
|
|
"MemberExpression": 0
|
|
}]
|
|
}
|
|
}
|