- 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)
21 lines
No EOL
548 B
XML
21 lines
No EOL
548 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>src</file>
|
|
|
|
<rule ref="Generic.Files.LineLength">
|
|
<properties>
|
|
<property name="lineLimit" value="300"/>
|
|
<property name="absoluteLineLimit" value="500"/>
|
|
</properties>
|
|
</rule>
|
|
</ruleset> |