feat(tools): Aggiunta configurazione ESLint per PHPStorm

This commit is contained in:
Maicol Battistini 2021-07-30 19:19:57 +02:00
parent dd9785609a
commit 48b2109d03
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EslintConfiguration">
<files-pattern value="{**/*,*}.{js,ts,jsx,tsx,html,php,vue}" />
</component>
</project>