Add webpack setup
This commit is contained in:
16
app/.eslintrc.yml
Normal file
16
app/.eslintrc.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
env:
|
||||
browser: true
|
||||
es6: true
|
||||
extends: 'eslint:recommended'
|
||||
rules:
|
||||
indent:
|
||||
- error
|
||||
- 4
|
||||
linebreak-style:
|
||||
- error
|
||||
- unix
|
||||
quotes:
|
||||
- error
|
||||
- single
|
||||
prefer-const:
|
||||
- warn
|
||||
Reference in New Issue
Block a user