Skip to content

Commit b95ccb0

Browse files
authored
Update Dependencies (#3)
Release 0.2.0 - Update all dependencies. - Allow unassigned import of *.scss files.
1 parent fbcac19 commit b95ccb0

File tree

3 files changed

+1209
-1905
lines changed

3 files changed

+1209
-1905
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,10 @@ module.exports = {
151151
'import/no-namespace': WARN,
152152
'import/no-nodejs-modules': WARN,
153153
'import/no-self-import': WARN,
154-
'import/no-unassigned-import': [WARN, { allow: ['**/*.{css,less,sass}'] }],
154+
'import/no-unassigned-import': [
155+
WARN,
156+
{ allow: ['**/*.{css,less,sass,scss}'] },
157+
],
155158
'import/no-unresolved': WARN,
156159
'import/no-unused-modules': WARN,
157160
'import/no-useless-path-segments': WARN,

0 commit comments

Comments
 (0)