1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-12 08:04:13 +02:00

Force arrow functions

This commit is contained in:
Felix
2020-05-27 21:03:51 -05:00
parent 73143be201
commit 86d40b364c

View File

@@ -31,6 +31,7 @@
"classPropertiesAllowed": false
}
],
"func-style": ["error", "expression"]
"func-style": ["error", "expression"],
"arrow-parens": ["error", "always"]
}
}