mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-07 14:50:52 +00:00
removed duplicated plugin, add bail
This commit is contained in:
parent
fecfba6760
commit
4054b79aa5
@ -3,10 +3,9 @@
|
||||
"eslint-config-airbnb",
|
||||
"prettier",
|
||||
"prettier/babel",
|
||||
"plugin:flowtype/recommended",
|
||||
"prettier/flowtype",
|
||||
"prettier/react",
|
||||
"plugin:jest/recommended",
|
||||
"plugin:flowtype/recommended",
|
||||
"plugin:jest/recommended"
|
||||
],
|
||||
"globals": {
|
||||
|
@ -21,7 +21,7 @@
|
||||
"lint": "run-s lint:*",
|
||||
"lint:js": "npx eslint ./src ./webpack",
|
||||
"lint:css": "npx stylelint './src/**/*.js'",
|
||||
"lint:prettier": "npx pretty-quick",
|
||||
"lint:prettier": "npx pretty-quick --bail",
|
||||
"lint-fix": "npx eslint ./src ./webpack --fix",
|
||||
"prettier:check": "npx eslint --print-config ./src | eslint-config-prettier-check",
|
||||
"test": "run-s test:*",
|
||||
|
Loading…
Reference in New Issue
Block a user