Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 4f78505..93245ad 100644
--- a/index.js
+++ b/index.js
@@ -48,6 +48,7 @@ module.exports = {
'selector-max-type': 2,
'selector-max-universal': 1,
'selector-no-qualifying-type': true,
+ 'selector-not-notation': null, // TODO enable this later
'unicode-bom': 'never',
'value-list-comma-newline-after': 'never-multi-line',
'value-list-comma-newline-before': 'never-multi-line',