chore: Lint project

This commit is contained in:
Baboo7 2022-09-03 17:33:25 +02:00
parent 8f2d37c63b
commit ea58c99592
3 changed files with 4 additions and 4 deletions

View File

@ -12,6 +12,6 @@ jobs:
- name: Install modules
run: yarn install
- name: Run lint
run: yarn run lint
run: yarn run lint:check
- name: Run prettier
run: yarn run prettier:check

View File

@ -9,8 +9,8 @@
"displayName": "Import Export Entries"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:check": "eslint .",
"lint:write": "eslint . --fix",
"prettier:check": "yarn prettier --check .",
"prettier:write": "yarn prettier --write .",
"test": "jest --forceExit --detectOpenHandles --runInBand",

View File

@ -1,4 +1,4 @@
"use strict";
'use strict';
module.exports = {
/**