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
A webpack loader for [Airtight CSS Linter](https://github.com/unframework/airtight-css-lint)
3
+
4
+
## Options
5
+
6
+
### failTypeError
7
+
8
+
`boolean``default: true`
9
+
10
+
This will output errors if true. If this is set to false warnings will be used instead. The difference is messaging as well as ability to fail on error.
11
+
12
+
### failOnError
13
+
14
+
`boolean``default: true`
15
+
16
+
If the `failTypeError` is set to `true` this option grants the ability to fail the webpack process.
0 commit comments