mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add babel to build chain and linter
Enables fancy Javascript language features like optional chaining, for developer happiness.
This commit is contained in:
parent
9f0273aa44
commit
57545f66d2
4 changed files with 570 additions and 403 deletions
|
|
@ -11,6 +11,7 @@
|
|||
"browser": true,
|
||||
"meteor": true
|
||||
},
|
||||
"parser": "babel-eslint",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018,
|
||||
"sourceType": "module"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue