# eslint-config-airbnb **Repository Path**: vuejs/eslint-config-airbnb ## Basic Information - **Project Name**: eslint-config-airbnb - **Description**: eslint-config-airbnb for vue-cli - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-08-03 - **Last Updated**: 2025-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ESLint [Shareable Configs](http://eslint.org/docs/developer-guide/shareable-configs) for [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript#readme) in [Vue.js](https://vuejs.org/) Projects [![Code Style Airbnb](https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb)](https://github.com/airbnb/javascript) ## Usage This repo contains 2 packages: - If you are using ESLint in a JavaScript-only project, check the documentation of [`@vue/eslint-config-airbnb`](./packages/eslint-config-airbnb#readme) - If you are using ESLint in a TypeScript project, check the documentation of [`@vue/eslint-config-airbnb-with-typescript`](./packages/eslint-config-airbnb-with-typescript#readme) The [`examples` folder](./examples/) contains example ESLint configurations in projects created by `create-vue` or `@vue/cli`.