You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ npm run prettier:check
> jhlite@0.0.14-SNAPSHOT prettier:check
> prettier --check "{,src/**/}*.{md,json,yml,html,js,ts,tsx,css,scss,vue,java,xml}"
Checking formatting...
pom.xml[error] No parser could be inferred for file: pom.xml
src/main/resources/generator/dependencies/pom.xml[error] No parser could be inferred for file: src/main/resources/generator/dependencies/pom.xml
src/main/resources/generator/server/springboot/cache/ehcache/resources/ehcache.xml[error] No parser could be inferred for file: src/main/resources/generator/server/springboot/cache/ehcache/resources/ehcache.xml
src/main/resources/generator/server/springboot/dbmigration/liquibase/resources/master.xml[error] No parser could be inferred for file: src/main/resources/generator/server/springboot/dbmigration/liquibase/resources/master.xml
src/main/resources/logback-spring.xml[error] No parser could be inferred for file: src/main/resources/logback-spring.xml
src/test/resources/generator/buildtool/maven/pom.test.xml[error] No parser could be inferred for file: src/test/resources/generator/buildtool/maven/pom.test.xml
src/test/resources/generator/server/springboot/core/logback-spring.xml[error] No parser could be inferred for file: src/test/resources/generator/server/springboot/core/logback-spring.xml
src/test/resources/generator/server/springboot/core/logback.xml[error] No parser could be inferred for file: src/test/resources/generator/server/springboot/core/logback.xml
src/test/resources/generator/server/springboot/liquibase/master.test.xml[error] No parser could be inferred for file: src/test/resources/generator/server/springboot/liquibase/master.test.xml
src/test/resources/logback.xml[error] No parser could be inferred for file: src/test/resources/logback.xml
All matched files use Prettier code style!
The text was updated successfully, but these errors were encountered:
Following upgrade of prettier from 2.5.1 to 2.6.0:
There are some errors when running prettier:
The text was updated successfully, but these errors were encountered: