mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-11 14:19:04 +00:00
9 lines
193 B
JSON
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"
|
|
}
|
|
}
|