Skip to content

Commit 51a4f77

Browse files
authored
Merge pull request #1 from michalsnik/add-plugin-in-config
Add plugin in config, update README
2 parents 8c0d791 + 851e77d commit 51a4f77

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# eslint-plugin-vue-libs
22

3-
ESLint plugin for libs in the vuejs organization. Note this is an internal plugin/config for the development of Vue itself, not intended for Vue app development.
3+
> ESLint plugin for libs in the vuejs organization.
4+
5+
:exclamation: Note this is an internal plugin/config for the development of Vue itself, not intended for Vue app development.
46

57
## Usage
68

@@ -9,7 +11,6 @@ ESLint plugin for libs in the vuejs organization. Note this is an internal plugi
911

1012
```js
1113
{
12-
 plugins: ["vue-libs"],
1314
extends: ["plugin:vue-libs/recommended"],
1415
rules: {
1516
// override if necessary

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
plugins: ['html'],
2+
plugins: ['html', 'vue-libs'],
33

44
parserOptions: {
55
ecmaVersion: 2017,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy