eslint-config-aurora-vue v1.0.2
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 FSD:
// eslint.config.js
import auroraPlugin from 'eslint-config-aurora-vue'
export default [
...auroraPlugin.configs.fsd,
...
]
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!
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago