1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-06 13:56:32 +02:00
This commit is contained in:
Lars Jung
2019-04-24 02:12:12 +02:00
parent 50167d3382
commit 745985bf18

View File

@@ -5,6 +5,9 @@
es6: true
node: true
parserOptions:
ecmaVersion: 2019
rules:
array-bracket-spacing: [2, never]
arrow-parens: [2, as-needed]