diff --git a/package.json b/package.json index ff7574d4..e16dfc6e 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "postinstall": "max setup", "lint": "npm run lint:js && npm run lint:prettier && npm run tsc", "lint-staged": "lint-staged", - "lint-staged:js": "max lint --ext .js,.jsx,.ts,.tsx ", - "lint:fix": "max lint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src ", - "lint:js": "max lint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src", + "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ", + "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src ", + "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src", "lint:prettier": "prettier -c --write \"**/**.{js,jsx,tsx,ts,less,md,json}\" --end-of-line auto", "prettier": "prettier -c --write \"**/*\"", "screenshot": "pro screenshot",