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