1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 09:59:48 +02:00

Added lint:prettier back into the lint script now that all linting passes

This commit is contained in:
Sunny Hirai
2021-03-29 01:45:17 -07:00
parent cae919e3c2
commit eca1f4163a

View File

@@ -12,7 +12,7 @@
"fix": "yarn fix:prettier && yarn fix:eslint",
"fix:eslint": "yarn lint:eslint --fix",
"fix:prettier": "yarn lint:prettier --write",
"lint": "yarn lint:eslint",
"lint": "yarn lint:eslint && yarn lint:prettier",
"lint:eslint": "eslint \"./{packages,site}/**/*.{js,jsx,ts,tsx}\"",
"lint:prettier": "prettier --check \"**/*.{css,md,js,jsx,json,ts,tsx}\"",
"open": "open http://localhost:3000",