Skip to content
Snippets Groups Projects
Unverified Commit c7121652 authored by Capacitor Set's avatar Capacitor Set
Browse files

Add eslint config

parent d036d73a
No related branches found
No related tags found
No related merge requests found
# Usage: `eslint --config .eslint.yml .`
extends: "eslint:recommended"
env:
browser: true
rules:
indent:
- error
- 4
no-undef: 1 # warn
no-unused-vars: 1
no-console: 1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment