eslint-config-aurora-vue
v3.0.1
Published
ESLint configuration for Vue 3 + TS and for Vue 3 + TS + Feature-Sliced Design projects
Downloads
728
Maintainers
Readme
ESLint config for Vue projects
ESLint configuration for Typescript, Vue 3 + TS, and for Vue 3 + TS + Feature-Sliced Design projects.
Installation
npm install eslint-config-aurora-vue --save-dev
Usage
For TypeScript projects:
// eslint.config.js
import auroraPlugin from 'eslint-config-aurora-vue'
export default [
...auroraPlugin.configs.base,
...
]
For Vue 3 projects:
// eslint.config.js
import auroraPlugin from 'eslint-config-aurora-vue'
export default [
...auroraPlugin.configs.vue,
...
]
For Vue 3 projects with Feature-Sliced Design work is still in progress
Contributing
If you would like to contribute to the project, please follow these guidelines.
Issues
Before opening a new issue, please check if the problem has already been reported. If not, provide detailed information about the issue, including steps to reproduce it.
Pull Requests
- Fork the repository and create a new branch for your feature or bug fix.
- Make your changes and ensure that the existing tests pass.
- Add new tests if necessary and ensure that all tests are passing.
- Update the documentation if your changes impact it.
- Open a pull request with a clear title and description of your changes.
Thank you for contributing to the project!