Skip to content

Commit

Permalink
switch back lint -> eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed Dec 31, 2024
1 parent 5011b74 commit 2fb974d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"create-block": "node ./bin/create-block",
"precheck-types": "check-node-version --package",
"check-types": "tsc",
"lint:fix": "eslint --ext .jsx --ext .js --ext .ts --ext .tsx . --fix",
"lint": "npm run check-types && eslint --ext .jsx --ext .js --ext .ts --ext .tsx .",
"eslint:fix": "eslint --ext .jsx --ext .js --ext .ts --ext .tsx . --fix",
"eslint": "npm run check-types && eslint --ext .jsx --ext .js --ext .ts --ext .tsx .",
"packages-update": "alley-build packages-update --dist-tag=wp-6.7",
"postinstall": "rm -rf node_modules/.cache/babel-loader && rm -rf node_modules/.cache/webpack",
"prebuild": "check-node-version --package",
Expand Down

0 comments on commit 2fb974d

Please sign in to comment.