Remove prettier references

merge-requests/43/head
Sebastian Delmont 2020-12-22 08:18:37 -05:00
rodzic 25e599ce9d
commit 39d4122282
2 zmienionych plików z 2 dodań i 5 usunięć

Wyświetl plik

@ -7,8 +7,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"nwjs-builder-phoenix": "^1.15.0",
"prettier": "^2.2.1"
"nwjs-builder-phoenix": "^1.15.0"
},
"scripts": {
"test": "eslint package.nw",

Wyświetl plik

@ -19,9 +19,7 @@
"plugin": true
},
"scripts": {
"test": "npm run prettier-check",
"prettier-check": "npx prettier --check .",
"prettier-write": "npx prettier --write .",
"test": "eslint .",
"start": "run --mirror https://dl.nwjs.io/ ."
},
"build": {