- Reverts the schneespur/ subdirectory restructure (b8e426b)
- Restores package.json and vite.config.js (needed for npm build, were
removed in an earlier cleanup before the restructure)
- Updates public/build/ assets with current Vite output (new content hashes)
22 lines
No EOL
577 B
XML
22 lines
No EOL
577 B
XML
<?xml version="1.0"?>
|
|
<ruleset name="Expressive Skeleton coding standard">
|
|
<description>Expressive Skeleton coding standard</description>
|
|
|
|
<!-- display progress -->
|
|
<arg value="p"/>
|
|
<arg name="colors"/>
|
|
|
|
<!-- inherit rules from: -->
|
|
<rule ref="PSR2"/>
|
|
|
|
<!-- Paths to check -->
|
|
<file>lib</file>
|
|
<file>generated</file>
|
|
|
|
<rule ref="Generic.Files.LineLength">
|
|
<properties>
|
|
<property name="lineLimit" value="3000"/>
|
|
<property name="absoluteLineLimit" value="5000"/>
|
|
</properties>
|
|
</rule>
|
|
</ruleset> |