Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

28 changes: 0 additions & 28 deletions .eslintrc

This file was deleted.

32 changes: 16 additions & 16 deletions .github/workflows/pr_test_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Review deployment
# name: Review deployment

on: pull_request
# on: pull_request

jobs:
test:
runs-on: ubuntu-latest
# jobs:
# test:
# runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2

- name: Set Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
# - name: Set Node.js 18.x
# uses: actions/setup-node@v3
# with:
# node-version: 18.x

- name: Install
run: yarn
# - name: Install
# run: yarn

- name: Check
run: yarn lint ; yarn format
# - name: Check
# run: yarn lint ; yarn format
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock

# Runtime data
pids
Expand Down
10 changes: 0 additions & 10 deletions .prettierignore

This file was deleted.

12 changes: 0 additions & 12 deletions .prettierrc

This file was deleted.

9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"name": "@profcomff/root-config",
"scripts": {
"start": "webpack serve --port 9000 --env local",
"lint": "eslint --ext .vue --ext .js .",
"lint:fix": "eslint --ext .vue --ext .js --fix .",
"format": "prettier --check .",
"format:write": "prettier --write .",
"test": "cross-env BABEL_ENV=test jest --passWithNoTests",
"build": "concurrently npm:build:*",
"build:webpack": "webpack --mode=production"
Expand All @@ -16,20 +12,15 @@
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.13",
"concurrently": "^6.2.1",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-vue": "^9.9.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.6",
"jest-cli": "^27.0.6",
"jpeg-js": "^0.4.4",
"postcss-loader": "^7.0.2",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.1",
"register-service-worker": "^1.7.2",
"sass": "^1.58.0",
Expand Down
Loading