Files
2025-02-22 23:15:00 +08:00

9 lines
193 B
JSON

// Use this file as a starting point for your project's .eslintrc.
// Copy this file, and add rule overrides as needed.
{
"extends": "airbnb-base",
"rules": {
"no-console": "off"
}
}