Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/eslint-config-vue-ts
ESLint configuration for Typescript & Vue projects.
https://github.com/altipla-consulting/eslint-config-vue-ts
Last synced: about 1 month ago
JSON representation
ESLint configuration for Typescript & Vue projects.
- Host: GitHub
- URL: https://github.com/altipla-consulting/eslint-config-vue-ts
- Owner: altipla-consulting
- License: mit
- Created: 2021-09-01T23:43:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T11:17:38.000Z (2 months ago)
- Last Synced: 2024-11-11T10:14:32.004Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@altipla/eslint-config-vue-ts
- Size: 410 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-vue-ts
ESLint configuration for Typescript & Vue projects.
## Install
```shell
npm i -D @altipla/eslint-config-vue-ts
```## Usage
Configure your `.eslintrc.cjs` file:
```js
module.exports = {
extends: '@altipla/eslint-config-vue-ts',
}
```