[9.x] Don't need to ignore vite config file (#5953)

* Don't need to ignore vite config file

* Apply fixes from StyleCI

Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
Graham Campbell
2022-07-26 14:05:37 +01:00
committed by GitHub
parent 52863d9e4a
commit ce62296fa9
2 changed files with 2 additions and 8 deletions

View File

@@ -5,8 +5,5 @@ php:
finder:
not-name:
- index.php
js:
finder:
not-name:
- vite.config.js
js: true
css: true