An open API service indexing awesome lists of open source software.

https://github.com/gwinnem/vue-typescript-linting-rules

My favourite linting rules for a VUE 3 Typescript project
https://github.com/gwinnem/vue-typescript-linting-rules

airbnb-eslint eslint eslint-rules javascript typescript vue vue3

Last synced: 3 months ago
JSON representation

My favourite linting rules for a VUE 3 Typescript project

Awesome Lists containing this project

README

        

# vue-typescript-linting-rules
My favourite linting rules for a VUE 3 Typescript project.
## How to use the package
In your project, create an `.eslintrc.js` that includes at least the following configuration:
```ts
const { resolve } = require(`path`);
module.exports = {
root: true,
extends: [
`vue-typescript-linting-rules`,
],
parserOptions: {
project: resolve(__dirname, './tsconfig.json'),
tsconfigRootDir: __dirname,
}
}
```

[NPM package](https://www.npmjs.com/package/vue-typescript-linting-rules?activeTab=readme)

## Donate


If you enjoyed this project — or just feeling generous, consider buying me a beer. Cheers! :beers: