Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit b3dd922

Browse files
author
Irfan Maulana
committed
fix plugins eslint
1 parent f2000a6 commit b3dd922

File tree

8 files changed

+13
-12
lines changed

8 files changed

+13
-12
lines changed

‎parcel/.eslintrc.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
},
88
extends: ['eslint:recommended', 'plugin:vue/recommended'],
99
plugins: [
10-
"html"
10+
"vue"
1111
],
1212
parserOptions: {
1313
ecmaVersion: 2018,

‎parcel/src/App.vue‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<div id="app"
2+
<div
3+
id="app"
34
class="app">
45

56
<h1>Welcome to Vue</h1>

‎poi/.eslintrc.js‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
},
88
extends: ['eslint:recommended', 'plugin:vue/recommended'],
99
plugins: [
10-
"html"
10+
"vue"
1111
],
1212
parserOptions: {
1313
ecmaVersion: 2018,
@@ -24,4 +24,3 @@ module.exports = {
2424
files: ['**/*.js', '**/*.vue']
2525
}
2626
};
27-

‎poi/src/App.vue‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<div id="app"
2+
<div
3+
id="app"
34
class="app">
45

56
<h1>Welcome to Vue</h1>

‎rollup/.eslintrc.js‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
},
88
extends: ['eslint:recommended', 'plugin:vue/recommended'],
99
plugins: [
10-
"html"
10+
"vue"
1111
],
1212
parserOptions: {
1313
ecmaVersion: 2018,
@@ -24,4 +24,3 @@ module.exports = {
2424
files: ['**/*.js', '**/*.vue']
2525
}
2626
};
27-

‎rollup/src/App.vue‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div
3-
id="app"
4-
class="app">
3+
id="app"
4+
class="app">
55

66
<h1>Welcome to Vue</h1>
77
<h2>{{ message }}</h2>
@@ -20,7 +20,7 @@ export default {
2020
message: 'Hello World!!!'
2121
}
2222
}
23-
};
23+
}
2424
</script>
2525

2626
<style lang="scss">

‎webpack/.eslintrc.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
},
88
extends: ['eslint:recommended', 'plugin:vue/recommended'],
99
plugins: [
10-
"html"
10+
"vue"
1111
],
1212
parserOptions: {
1313
ecmaVersion: 2018,

‎webpack/src/App.vue‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
2-
<div id="app"
2+
<div
3+
id="app"
34
class="app">
45

56
<h1>Welcome to Vue</h1>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /