# eslint-plugin-quasarv1

> ESLint plugin to assist with the conversion of a Quasar Framework V0.17 to to V1.0 project

Latest version **0.0.10** (published 2019-05-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-plugin-quasarv1
pnpm add eslint-plugin-quasarv1
yarn add eslint-plugin-quasarv1
bun add eslint-plugin-quasarv1
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.10 |
| Published | 2019-05-30 |
| First published | 2019-05-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 1 |
| Unpacked size | 13.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Kerry |
| Maintainers | khuguet |
| Keywords | eslint, eslintplugin, eslint-plugin |

## Links

- npm: https://www.npmjs.com/package/eslint-plugin-quasarv1
- npm.io page: https://npm.io/package/eslint-plugin-quasarv1

## Dependencies (1)

- [requireindex](https://npm.io/package/requireindex.md) ~1.1.0

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 0.0.10 (latest) — 2019-05-30
- 0.0.9 — 2019-05-30
- 0.0.8 — 2019-05-30
- 0.0.7 — 2019-05-30
- 0.0.6 — 2019-05-29
- 0.0.5 — 2019-05-23
- 0.0.4 — 2019-05-23
- 0.0.3 — 2019-05-23
- 0.0.2 — 2019-05-22
- 0.0.1 — 2019-05-22
- 0.0.0 — 2019-05-22

## README

# eslint-plugin-quasarv1

ESLint plugin to assist with the conversion of a Quasar Framework V0.17 to to V1.0 project

## Installation

You'll first need to install [ESLint](http://eslint.org):

```
$ npm i eslint --save-dev
```

Next, install `eslint-plugin-quasarv1`:

```
$ npm install eslint-plugin-quasarv1 --save-dev
```

**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-quasarv1` globally.

## Usage

Add `quasarv1` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:

```json
{
    "plugins": [
        "quasarv1"
    ]
}
```


Then configure the rules you want to use under the rules section.

```json
{
    "rules": {
        "quasarv1/misc-q-name-changes": "error",
        "quasarv1/css-name-changes": "error"
    }
}
```

## Supported Rules

*  css-name-changes - https://quasar.dev/start/upgrade-guide#CSS
*  misc-q-name-changes - https://quasar.dev/start/upgrade-guide#Misc

---
_Source: https://npm.io/package/eslint-plugin-quasarv1 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
