You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each imported file is linted with [postcss-bem-linter](https://github.com/postcss/postcss-bem-linter) and minification is provided by [cssnano](http://cssnano.co/). Code style can also be checked with [stylelint](http://stylelint.io/)
20
+
Each imported file is linted with [postcss-bem-linter](https://github.com/postcss/postcss-bem-linter) and [stylelint](http://stylelint.io/). Minification is provided by [cssnano](http://cssnano.co/).
21
21
22
22
Additional plugins can be added via the configuration options.
23
23
@@ -45,7 +45,7 @@ Options:
45
45
-h, --help output usage information
46
46
-V, --version output the version number
47
47
-m, --minify minify output with cssnano
48
-
-l, --lint ensure code adheres to the SUIT code style
48
+
-L, --no-lint disable stylelint and postcss-bem-linter
49
49
-i, --import-root [path] the root directory for imported css files
50
50
-c, --config [path] a custom PostCSS config file
51
51
-v, --verbose log verbose output for debugging
@@ -128,7 +128,7 @@ function debug(plugins) {
128
128
##### `lint`
129
129
130
130
* Type: `Boolean`
131
-
* Default: `false`
131
+
* Default: `true`
132
132
133
133
Ensure code conforms to the [SUIT code style](https://github.com/suitcss/suit/blob/master/doc/STYLE.md)
134
134
by using the [stylelint-config-suitcss](https://github.com/suitcss/stylelint-config-suitcss) package.
0 commit comments