coronamap/node_modules/tape/.eslintrc
2022-08-06 08:09:54 -07:00

15 lines
358 B
Text

{
"root": true,
"rules": {
"indent": ["error", 4],
"key-spacing": "error",
"quotes": ["error", "single", {
"avoidEscape": true,
}],
"semi": ["error", "always"],
"space-before-function-paren": ["error", {
"anonymous": "always",
"named": "never",
}],
},
}