diff --git a/modules/openapi-generator/src/main/resources/nodejs-express-server/eslintrc.mustache b/modules/openapi-generator/src/main/resources/nodejs-express-server/eslintrc.mustache index 6d8abec4c52..ff2c4965246 100644 --- a/modules/openapi-generator/src/main/resources/nodejs-express-server/eslintrc.mustache +++ b/modules/openapi-generator/src/main/resources/nodejs-express-server/eslintrc.mustache @@ -1,7 +1,7 @@ // Use this file as a starting point for your project's .eslintrc. // Copy this file, and add rule overrides as needed. { - "extends": "airbnb", + "extends": "airbnb-base", "rules": { "no-console": "off" }