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