[improvement] update eslint config (#2288)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
const ELEMENT = '__';
|
||||
const MODS = '--';
|
||||
|
||||
const join = (name, el, symbol) => el ? name + symbol + el : name;
|
||||
const join = (name, el, symbol) => (el ? name + symbol + el : name);
|
||||
|
||||
const prefix = (name, mods) => {
|
||||
if (typeof mods === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user