Skip to content

Commit

Permalink
chore: meta tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jun 28, 2020
1 parent e2f5be5 commit 664d9ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@master
with:
node-version: "12"

- name: Install Dependencies
run: yarn
Expand All @@ -101,8 +99,6 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@master
with:
node-version: "12"

- name: Install Dependencies
run: yarn
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ dist/**
.nyc_output/**
coverage/**

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# project glob
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"format:package-json": "sort-package-json \"package.json\" \"packages/*/package.json\"",
"format:prettier": "yarn lint:prettier --write",
"lint": "run-p lint:*",
"lint:eslint": "eslint \"**/*.{js,mjs,vue}\"",
"lint:eslint": "eslint \"**/*.{js,mjs,cjs,vue}\"",
"lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**\"",
"lint:package-json": "yarn run format:package-json --check",
"lint:prettier": "prettier \"**/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml}\" --check",
"lint:prettier": "prettier \"**/*.{css,html,js,cjs,mjs,json,less,md,scss,ts,vue,yaml,yml}\" --check",
"release": "run-s format clean build test dist",
"test": "ava",
"test-coverage": "nyc ava"
Expand Down Expand Up @@ -91,17 +91,17 @@
},
"devDependencies": {
"@commitlint/cli": "9.0.1",
"@fisker/commitlint-config": "1.2.0",
"@fisker/eslint-config": "2.2.5",
"@fisker/husky-config": "2.2.0",
"@fisker/commitlint-config": "1.2.1",
"@fisker/eslint-config": "2.4.1",
"@fisker/husky-config": "2.2.1",
"@fisker/lint-staged-config": "2.2.0",
"@fisker/prettier-config": "2.3.0",
"@fisker/prettier-config": "2.3.1",
"@rollup/plugin-commonjs": "13.0.0",
"@rollup/plugin-json": "4.1.0",
"ava": "3.9.0",
"cz-conventional-changelog": "3.2.0",
"del-cli": "3.0.1",
"eslint": "7.2.0",
"eslint": "7.3.1",
"husky": "4.2.5",
"lint-staged": "10.2.11",
"markdownlint-cli": "0.23.1",
Expand Down

0 comments on commit 664d9ac

Please sign in to comment.