mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +03:00
fix lint
This commit is contained in:
parent
f8764dfa73
commit
9885af7f38
|
@ -45,14 +45,11 @@
|
|||
},
|
||||
"scripts": {
|
||||
"lerna": "lerna",
|
||||
"build": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path",
|
||||
"build:all": "lerna run build",
|
||||
"publish": "lerna publish",
|
||||
"canary": "lerna publish --canary preminor --npm-tag alpha",
|
||||
"next": "lerna publish --bump prerelease --npm-tag next",
|
||||
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\" --cache",
|
||||
"lint:fix": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix --cache",
|
||||
"lint:all": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
||||
"lint:all": "lerna run lint",
|
||||
"prettify": "prettier --write .",
|
||||
"prettier:check": "prettier --check .",
|
||||
"test": "jest --onlyChanged",
|
||||
|
|
Loading…
Reference in New Issue
Block a user