eslint is already run by vite-plugin-eslint during build

This commit is contained in:
Athou
2024-01-05 20:51:41 +01:00
parent 50c62fb468
commit ff24fe4c7c

View File

@@ -39,16 +39,6 @@
<arguments>ci</arguments>
</configuration>
</execution>
<execution>
<id>npm run eslint</id>
<goals>
<goal>npm</goal>
</goals>
<phase>compile</phase>
<configuration>
<arguments>run eslint</arguments>
</configuration>
</execution>
<execution>
<id>npm run test</id>
<goals>