This repository has been archived on 2024-03-25. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
v8-http/.eslintrc
2022-02-27 18:26:45 +00:00

8 lines
115 B
Text

{
"extends": "@aero",
"rules": {
"brace-style": "off",
"no-prototype-builtins": "off",
"curly": "off"
}
}