mirror of
https://github.com/Baboo7/strapi-plugin-import-export-entries.git
synced 2025-09-04 00:02:40 -04:00
chore: Lint project
This commit is contained in:
parent
8f2d37c63b
commit
ea58c99592
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
@ -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",
|
||||
|
@ -1,4 +1,4 @@
|
||||
"use strict";
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user