Skip to content

Commit

Permalink
Revert "chore: fix lint script"
Browse files Browse the repository at this point in the history
This reverts commit ac1a02b.
  • Loading branch information
jtkiesel committed Mar 6, 2024
1 parent 74609d2 commit 3922e30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ packages/prettier-plugin-java/test-samples
node_modules
packages/prettier-plugin-java/dist
babel.config.js
packages/java-parser/api.d.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ci:all": "yarn run ci && yarn run test:prettier-plugin-java test:e2e-jhipster1 && yarn run test:prettier-plugin-java test:e2e-jhipster2",
"test": "lerna run test --stream",
"test:prettier-plugin-java": "lerna --stream --scope=prettier-plugin-java run",
"lint": "eslint packages/**/*.{js,ts}",
"lint": "eslint packages/**/*.js",
"format:fix": "prettier --write \"**/*.@(js|json|ts)\"",
"format:validate": "prettier --list-different \"**/*.@(js|json|ts)\"",
"build": "yarn build:prettier-plugin-java && node packages/java-parser/scripts/unicode.js packages/java-parser/resources/Unicode/UnicodeData.txt && prettier --write packages/java-parser/src/unicodesets.js && node packages/java-parser/scripts/gen-diagrams.js",
Expand Down

0 comments on commit 3922e30

Please sign in to comment.