diff --git a/.eslintignore b/.eslintignore index 8b48e7a5..e0ff4a6f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -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 diff --git a/package.json b/package.json index e50dec7e..7634a4e1 100644 --- a/package.json +++ b/package.json @@ -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",