fuck eslint

This commit is contained in:
Core 2022-09-21 15:13:53 +01:00
parent 09ebfc4b34
commit 8bf6eabe45
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -30,12 +30,8 @@ jobs:
- name: Install dependencies 👨🏻‍💻
run: pnpm install
- name: Install ESLint 💼
run: npm init @eslint/config
- name: Run linter 👀
uses: wearerequired/lint-action@v2
with:
eslint: true
prettier: true
prettier_args: "'**/*.{js,json,ts,css,vue,less}'"