mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-08 08:34:20 +02:00
Fix style lint
This commit is contained in:
parent
e140ef2535
commit
40985b3a73
@ -15,5 +15,11 @@ module.exports = {
|
|||||||
"Selector should be written with alphanumeric characters only (selector-class-pattern)",
|
"Selector should be written with alphanumeric characters only (selector-class-pattern)",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
"selector-no-qualifying-type": [
|
||||||
|
true,
|
||||||
|
{
|
||||||
|
ignore: ["attribute"],
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user