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 0d4191e

Browse files
author
Irfan Maulana
committed
fix eslint config
1 parent 9f7f60c commit 0d4191e

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed

‎parcel/.eslintrc.js‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ module.exports = {
66
jest: true
77
},
88
extends: ['eslint:recommended', 'plugin:vue/recommended'],
9+
plugins: [
10+
"html"
11+
],
912
parserOptions: {
1013
ecmaVersion: 2018,
1114
sourceType: 'module'

‎parcel/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"private": false,
88
"scripts": {
99
"dev": "cross-env NODE_ENV=development ./node_modules/.bin/parcel index.html",
10-
"build": "rimraf dist && cross-env NODE_ENV=production ./node_modules/.bin/parcel build index.html",
10+
"build": "rimraf dist && npm run lint && cross-env NODE_ENV=production ./node_modules/.bin/parcel build index.html",
1111
"lint": "./node_modules/.bin/eslint --ext .js,.vue src test/*.js --fix --no-ignore"
1212
},
1313
"homepage": "https://github.com/mazipan/setup-vue-without-vue-cli/",

‎parcel/yarn.lock‎

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -862,17 +862,6 @@ autoprefixer@^6.3.1:
862862
postcss "^5.2.16"
863863
postcss-value-parser "^3.2.3"
864864

865-
autoprefixer@^9.2.1:
866-
version "9.2.1"
867-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.2.1.tgz#1f2f1179ceed4711b7ab064dbd5c3f9e83d9dc62"
868-
dependencies:
869-
browserslist "^4.2.1"
870-
caniuse-lite "^1.0.30000892"
871-
normalize-range "^0.1.2"
872-
num2fraction "^1.2.2"
873-
postcss "^7.0.5"
874-
postcss-value-parser "^3.3.1"
875-
876865
aws-sign2@~0.7.0:
877866
version "0.7.0"
878867
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
@@ -1087,7 +1076,7 @@ browserslist@^1.3.6, browserslist@^1.5.2, browserslist@^1.7.6:
10871076
caniuse-db "^1.0.30000639"
10881077
electron-to-chromium "^1.2.7"
10891078

1090-
browserslist@^4.0.0, browserslist@^4.1.0, browserslist@^4.2.1:
1079+
browserslist@^4.0.0, browserslist@^4.1.0:
10911080
version "4.3.1"
10921081
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.3.1.tgz#453e46e74b0663ec5d764cdac3e5ac52bd776038"
10931082
dependencies:
@@ -1188,7 +1177,7 @@ caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639:
11881177
version "1.0.30000893"
11891178
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000893.tgz#2781b8d2ce50d8dd9d091425461b528ca4556c07"
11901179

1191-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000892, caniuse-lite@^1.0.30000893:
1180+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000893:
11921181
version "1.0.30000893"
11931182
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000893.tgz#284b20932bd41b93e21626975f2050cb01561986"
11941183

@@ -4381,7 +4370,7 @@ postcss-unique-selectors@^4.0.1:
43814370
postcss "^7.0.0"
43824371
uniqs "^2.0.0"
43834372

4384-
postcss-value-parser@^3.0.0, postcss-value-parser@^3.0.1, postcss-value-parser@^3.0.2, postcss-value-parser@^3.1.1, postcss-value-parser@^3.1.2, postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0, postcss-value-parser@^3.3.1:
4373+
postcss-value-parser@^3.0.0, postcss-value-parser@^3.0.1, postcss-value-parser@^3.0.2, postcss-value-parser@^3.1.1, postcss-value-parser@^3.1.2, postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0:
43854374
version "3.3.1"
43864375
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
43874376

@@ -4410,7 +4399,7 @@ postcss@^6.0.1, postcss@^6.0.19, postcss@^6.0.20, postcss@^6.0.23:
44104399
source-map "^0.6.1"
44114400
supports-color "^5.4.0"
44124401

4413-
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2, postcss@^7.0.5:
4402+
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2:
44144403
version "7.0.5"
44154404
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.5.tgz#70e6443e36a6d520b0fd4e7593fcca3635ee9f55"
44164405
dependencies:

0 commit comments

Comments
(0)

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