dns2
Version:
A DNS Server and Client Implementation in Pure JavaScript with no dependencies.
17 lines (16 loc) • 382 B
Plain Text
{
"extends": "semistandard",
"rules": {
"space-before-function-paren": ["error", "never"],
"no-multi-spaces": ["error"],
"array-bracket-spacing": ["error", "always"],
"key-spacing": ["error", {
"align": {
"beforeColon": true,
"afterColon": true,
"on": "colon"
}
}],
"comma-dangle": ["error", "always-multiline"]
}
}