mirror of
https://github.com/kognise/water.css.git
synced 2025-12-05 22:34:57 +01:00
Force arrow functions
This commit is contained in:
parent
73143be201
commit
86d40b364c
1 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,7 @@
|
||||||
"classPropertiesAllowed": false
|
"classPropertiesAllowed": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"func-style": ["error", "expression"]
|
"func-style": ["error", "expression"],
|
||||||
|
"arrow-parens": ["error", "always"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue