mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[eslint-plugin][ez] Remove unused scripts
This commit is contained in:
@@ -11,11 +11,7 @@
|
||||
"exports": "./lib/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"lint": "npm-run-all \"lint:*\"",
|
||||
"lint:eslint-docs": "npm-run-all \"update:eslint-docs -- --check\"",
|
||||
"lint:js": "eslint .",
|
||||
"test": "tsc && jest",
|
||||
"update:eslint-docs": "eslint-doc-generator"
|
||||
"test": "tsc && jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.19.1",
|
||||
|
||||
Reference in New Issue
Block a user