mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
lint: ignore flow-typed
This commit is contained in:
parent
7271951e79
commit
1b04d2ade5
@ -10,7 +10,7 @@
|
|||||||
"clean": "rimraf .cache public",
|
"clean": "rimraf .cache public",
|
||||||
"flow": "flow",
|
"flow": "flow",
|
||||||
"flow-typed": "flow-typed install --overwrite",
|
"flow-typed": "flow-typed install --overwrite",
|
||||||
"lint:js": "eslint --cache --ext .js,.jsx --ignore-pattern public .",
|
"lint:js": "eslint --cache --ext .js,.jsx --ignore-pattern flow-typed public .",
|
||||||
"lint:scss": "stylelint \"src/**/*.scss\"",
|
"lint:scss": "stylelint \"src/**/*.scss\"",
|
||||||
"lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\" \"yarn flow\"",
|
"lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\" \"yarn flow\"",
|
||||||
"test": "jest --config ./jest/jest-config.js",
|
"test": "jest --config ./jest/jest-config.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user