Skip to content

Commit 04feffb

Browse files
committed
🗑️ [feat/rework-scania] #78 global clean-up
1 parent cdc115e commit 04feffb

File tree

14 files changed

+588
-764
lines changed

14 files changed

+588
-764
lines changed

.github/workflows/eslint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [ 14.x ]
13+
node-version: [ 16.x ]
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v2

empty.js

Whitespace-only changes.

jest.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = {
1010
'<rootDir>/lib',
1111
'<rootDir>/servers'
1212
],
13-
//clearMocks: true,
1413
coverageDirectory: 'coverage',
1514
collectCoverageFrom: [
1615
'src/**/*.vue',

lib/config/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"general_refresh_rate" : 100,
3-
"general_skin_on_load" : "Map",
3+
"general_skin_on_load" : "JAGFx",
44
"general_h-shift-layout" : "h-shifter",
55
"general_skin_locale" : "en-EN",
66
"general_job_remaining" : "due_date",

0 commit comments

Comments
 (0)